Skip to content

Commit 1f5bd00

Browse files
committed
Merge branch 'main' of github.com:github/docs-internal into use-linkinator-for-internal-link-check
2 parents 7cc8b3b + 636d4ea commit 1f5bd00

10 files changed

Lines changed: 51 additions & 38 deletions

File tree

69.1 KB
Loading
67.1 KB
Loading

assets/images/lynn_hashimoto.png

6.58 KB
Loading

content/actions/guides/building-and-testing-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
To use a preinstalled version of the .NET Core SDK on a {% data variables.product.prodname_dotcom %}-hosted runner, use the `setup-dotnet` action. This action finds a specific version of .NET from the tools cache on each runner, and adds the necessary binaries to `PATH`. These changes will persist for the remainder of the job.
6060

61-
The `setup-dotnet` action is the recommended way of using .NET with {% data variables.product.prodname_actions %}, because it ensures consistent behavior across different runners and different versions of .NET. If you are using a self-hosted runner, you must install .NET and add it to `PATH`. For more information, see the [`setup-dotnet`](https://github.com/marketplace/actions/setup-dotnet).
61+
The `setup-dotnet` action is the recommended way of using .NET with {% data variables.product.prodname_actions %}, because it ensures consistent behavior across different runners and different versions of .NET. If you are using a self-hosted runner, you must install .NET and add it to `PATH`. For more information, see the [`setup-dotnet`](https://github.com/marketplace/actions/setup-net-core-sdk) action.
6262

6363
#### Using multiple .NET versions
6464

content/admin/enterprise-support/about-github-enterprise-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ When you contact {% data variables.contact.enterprise_support %}, you can choose
122122
### Further reading
123123

124124
{% if enterpriseServerVersions contains currentVersion %}
125-
- [Frequently asked questions about {% data variables.product.prodname_ghe_server %}](https://enterprise.github.com/faq)
126125
- Section 10 on Support in the "[{% data variables.product.prodname_ghe_server %} License Agreement](https://enterprise.github.com/license)"{% endif %}
127126
- "[Receiving help from {% data variables.contact.github_support %}](/admin/enterprise-support/receiving-help-from-github-support)"{% if enterpriseServerVersions contains currentVersion %}
128127
- "[Preparing to submit a ticket](/enterprise/admin/guides/enterprise-support/preparing-to-submit-a-ticket)"{% endif %}

content/desktop/contributing-and-collaborating-using-github-desktop/managing-tags.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,14 @@ versions:
3434

3535
3. All tags associated with the commit are visible in that commit's metadata.
3636
![Viewing a tag in the commit](/assets/images/help/desktop/viewing-tags-in-commit.png)
37+
38+
### Deleting tags
39+
40+
{% note %}
41+
42+
**Note**: You can only delete tags associated with commits that have not yet been pushed.
43+
44+
{% endnote %}
45+
46+
{% data reusables.desktop.history-tab %}
47+
{% data reusables.desktop.delete-tag %}

content/github/building-a-strong-community/blocking-a-user-from-your-organization.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ When you block a user, you can choose to block them indefinitely or for a specif
1313

1414
{% tip %}
1515

16-
**Tip:** If you're blocking a user because of a heated conversation, consider [locking the conversation](/articles/locking-conversations) so only collaborators can comment.
16+
**Tip:** If you're blocking a user because of a heated conversation, consider locking the conversation so only collaborators can comment. For more information, see "[Locking conversations](/github/building-a-strong-community/locking-conversations)."
1717

1818
{% endtip %}
1919

2020
At the time that you block a user from your organization:
2121
- The user stops watching your organization's repositories
2222
- The user's stars and issue assignments are removed from your repositories
23-
- The user's forks of your organization's repositories are deleted
2423
- The user's votes on discussions or comments in your organization's repositories are deleted
2524
- The user is removed as a collaborator on your organization's repositories
2625
- The user's contributions to your organization's repositories are no longer counted as contributions for them

content/github/building-a-strong-community/blocking-a-user-from-your-personal-account.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ versions:
99

1010
### About blocking users
1111

12-
You can block a user in your account settings or from the user's profile. {% data variables.product.prodname_dotcom %} will not notify the user when you block them. If you want to avoid contributing to the same project as someone you've blocked, you can [choose to display a warning](/articles/blocking-a-user-from-your-personal-account/#blocking-a-user-in-your-account-settings) on any repositories with prior contributions from a blocked user. You may still see the activity of blocked users in shared spaces and blocked users can delete their existing content.
12+
You can block a user in your account settings or from the user's profile. {% data variables.product.prodname_dotcom %} will not notify the user when you block them. If you want to avoid contributing to the same project as someone you've blocked, you can choose to display a warning on any repositories with prior contributions from a blocked user. For more information, see "[Blocking a user in your account settings](#blocking-a-user-in-your-account-settings)." You may still see the activity of blocked users in shared spaces and blocked users can delete their existing content.
1313

1414
{% tip %}
1515

16-
**Tip:** If you're blocking a user because of a heated conversation, consider [locking the conversation](/articles/locking-conversations) so only collaborators can comment.
16+
**Tip:** If you're blocking a user because of a heated conversation, consider locking the conversation so only collaborators can comment. For more information, see "[Locking conversations](/github/building-a-strong-community/locking-conversations)."
1717

1818
{% endtip %}
1919

@@ -22,8 +22,6 @@ When you block a user:
2222
- The user stops watching and unpins your repositories
2323
- The user is not able to join any organizations you are an owner of
2424
- The user's stars and issue assignments are removed from your repositories
25-
- The user's forks of your repositories are deleted
26-
- You delete any forks of the user's repositories
2725
- The user's votes on discussions or comments in your repositories are deleted
2826
- The user is removed as a collaborator on your repositories
2927
- The user's contributions to your repositories are no longer counted as contributions for them

0 commit comments

Comments
 (0)