Skip to content

Commit 73d7858

Browse files
authored
Merge branch 'main' into mm-dependabot-date
2 parents 0b85beb + d178a89 commit 73d7858

117 files changed

Lines changed: 638 additions & 403 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
9.36 KB
Loading
20.1 KB
Loading

content/actions/reference/events-that-trigger-workflows.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,12 @@ on:
677677
types: [published]
678678
```
679679

680+
{% note %}
681+
682+
**Note:** The `prereleased` type will not trigger for pre-releases published from draft releases, but the `published` type will trigger. If you want a workflow to run when stable *and* pre-releases publish, subscribe to `published` instead of `released` and `prereleased`.
683+
684+
{% endnote %}
685+
680686
#### `status`
681687

682688
Runs your workflow anytime the status of a Git commit changes, which triggers the `status` event. For information about the REST API, see [Statuses](/rest/reference/repos#statuses).

content/admin/configuration/command-line-utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -642,14 +642,14 @@ git-import-svn-raw
642642

643643
#### git-import-tfs-raw
644644

645-
This utility imports from Team Foundation Version Control. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
645+
This utility imports from Team Foundation Version Control (TFVC). For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
646646
```shell
647647
git-import-tfs-raw
648648
```
649649

650650
#### git-import-rewrite
651651

652-
This utility rewrites the imported repository. This gives you a chance to rename authors and, for Subversion and TFS, produces Git branches based on folders. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
652+
This utility rewrites the imported repository. This gives you a chance to rename authors and, for Subversion and TFVC, produces Git branches based on folders. For more information, see "[Importing data from third party version control systems](/enterprise/admin/guides/migrations/importing-data-from-third-party-version-control-systems/)."
653653
```shell
654654
git-import-rewrite
655655
```

content/admin/enterprise-management/upgrading-github-enterprise-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ There are two types of snapshots:
8181
| Hyper-V | VM | <https://docs.microsoft.com/windows-server/virtualization/hyper-v/manage/enable-or-disable-checkpoints-in-hyper-v>
8282
| Google Compute Engine | Disk | <https://cloud.google.com/compute/docs/disks/create-snapshots>
8383
| VMware | VM | <https://pubs.vmware.com/vsphere-50/topic/com.vmware.wssdk.pg.doc_50/PG_Ch11_VM_Manage.13.3.html>
84-
| XenServer | VM | <https://support.citrix.com/article/CTX122978>
84+
| XenServer | VM | <https://docs.citrix.com/en-us/xencenter/current-release/vms-snapshots.html>
8585

8686
### Upgrading with a hotpatch
8787

content/code-security/supply-chain-security/configuration-options-for-dependency-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ updates:
164164

165165
{% data reusables.dependabot.default-dependencies-allow-ignore %}
166166

167-
Use the `allow` option to customize which dependencies are updated. This has no impact on security updates for vulnerable dependencies. You can use the following options:
167+
Use the `allow` option to customize which dependencies are updated. This applies to both version and security updates. You can use the following options:
168168

169169
- `dependency-name`—use to allow updates for dependencies with matching names, optionally using `*` to match zero or more characters. For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId`, for example: `org.kohsuke:github-api`.
170170
- `dependency-type`—use to allow updates for dependencies of specific types.

content/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ In your organization's repositories, blocked users also cannot:
5757
1. To block an organization member, first [remove the user](/articles/removing-a-member-from-your-organization) from the organization.
5858

5959
{% data reusables.profile.access_org %}
60-
{% data reusables.organizations.org_settings %}
60+
{% data reusables.profile.org_settings %}
6161
{% data reusables.organizations.block_users %}
6262
6. Under "Block a user", type the username of the user you'd like to block.
6363
![Username field](/assets/images/help/organizations/org-block-username-field.png)

content/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you selected a specific amount of time to block the user, they will be automa
3131

3232

3333
{% data reusables.profile.access_org %}
34-
{% data reusables.organizations.org_settings %}
34+
{% data reusables.profile.org_settings %}
3535
{% data reusables.organizations.block_users %}
3636
5. Under "Blocked users", next to the user you'd like to unblock, click **Unblock**.
3737
![Unblock user button](/assets/images/help/organizations/org-unblock-user-button.png)

content/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212

1313

1414
{% data reusables.profile.access_org %}
15-
{% data reusables.organizations.org_settings %}
15+
{% data reusables.profile.org_settings %}
1616
{% data reusables.organizations.block_users %}
1717
5. Under "Blocked users", review the list of users who are blocked from your organization.
1818
![List of blocked users](/assets/images/help/settings/list-of-blocked-users-for-org.png)

content/communities/moderating-comments-and-conversations/limiting-interactions-in-your-organization.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Members of the organization are not affected by any of the limit types.
2424

2525
When you enable organization-wide activity limitations, you can't enable or disable interaction limits on individual repositories. For more information on limiting activity for an individual repository, see "[Limiting interactions in your repository](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)."
2626

27-
Organization owners can also block users for a specific amount of time. After the block expires, the user is automatically unblocked. For more information, see "[Blocking a user from your organization](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)."
27+
Organization owners can also block users for a specific amount of time. After the block expires, the user is automatically unblocked. For more information, see "[Blocking a user from your organization](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)."
2828

2929
### Limiting interactions in your organization
3030

3131

3232
{% data reusables.profile.access_org %}
33-
{% data reusables.organizations.org_settings %}
33+
{% data reusables.profile.org_settings %}
3434
1. In the organization settings sidebar, click **Moderation settings**.
3535
!["Moderation settings" in the organization settings sidebar](/assets/images/help/organizations/org-settings-moderation-settings.png)
3636
1. Under "Moderation settings", click **Interaction limits**.

0 commit comments

Comments
 (0)