Skip to content

Commit fa3bb7d

Browse files
authored
Merge pull request #5334 from github/repo-sync
repo sync
2 parents 95c2bce + 26b5e1e commit fa3bb7d

78 files changed

Lines changed: 349 additions & 342 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.

content/actions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ versions:
6464

6565
<button class="js-filter-card-show-more btn btn-outline float-right" data-js-filter-card-max="6">Show more {% octicon "arrow-right" %}</button>
6666

67-
<div class="js-filter-card-no-results d-none py-4 text-center text-gray font-mktg">
67+
<div class="js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg">
6868
<div class="mb-3">{% octicon "search" width="24" %}</div>
6969
<h3 class="text-normal">Sorry, there is no result for <strong class="js-filter-card-value"></strong></h3>
7070
<p class="my-3 f4">It looks like we don't have an example that fits your filter.<br>Try another filter or add your code example</p>

content/actions/managing-workflow-runs/removing-workflow-artifacts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ versions:
2222

2323
{% data reusables.repositories.permissions-statement-write %}
2424

25-
{% data reusables.github-actions.artifact-log-retention-statement %}
25+
{% data reusables.github-actions.artifact-log-retention-statement %}
2626

2727
{% data reusables.repositories.navigate-to-repo %}
2828
{% data reusables.repositories.actions-tab %}
2929
{% data reusables.repositories.navigate-to-workflow %}
3030
{% data reusables.repositories.view-run %}
31-
1. Under **Artifacts**, click {% octicon "trashcan" aria-label="The trashcan icon" %} next to the artifact you want to remove.
31+
1. Under **Artifacts**, click {% octicon "trash" aria-label="The trash icon" %} next to the artifact you want to remove.
3232
{% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@3.0" or currentVersion == "github-ae@latest" %}
3333
![Delete artifact drop-down menu](/assets/images/help/repository/actions-delete-artifact-updated.png)
3434
{% else %}

content/actions/reference/environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Deleting an environment will delete all secrets and protection rules associated
8383
{% data reusables.repositories.navigate-to-repo %}
8484
{% data reusables.repositories.sidebar-settings %}
8585
{% data reusables.github-actions.sidebar-environment %}
86-
1. Next the the environment that you want to delete, click {% octicon "trashcan" aria-label="The trashcan icon" %}.
86+
1. Next the the environment that you want to delete, click {% octicon "trash" aria-label="The trash icon" %}.
8787
2. Click **I understand, delete this environment**.
8888

8989
{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@next" or currentVersion ver_gt "enterprise-server@3.1" %}You can also delete environments through the REST API. For more information, see "[Environments](/rest/reference/repos#environments)."{% endif %}

content/discussions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ versions:
4747
{% if discussionsCommunityExamples.length > 6 %}
4848
<button class="js-filter-card-show-more btn btn-outline float-right" data-js-filter-card-max="6">Show more {% octicon "arrow-right" %}</button>
4949
{% endif %}
50-
<div class="js-filter-card-no-results d-none py-4 text-center text-gray font-mktg">
50+
<div class="js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg">
5151
<div class="mb-3">{% octicon "search" width="24" %}</div>
5252
<h3 class="text-normal">Sorry, there is no result for <strong class="js-filter-card-value"></strong></h3>
5353
<p class="my-3 f4">It looks like we don't have an example that fits your filter.<br>Try another filter or add your code example</p>

content/github/administering-a-repository/managing-teams-and-people-with-access-to-your-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ For more information about repository permission levels, see "[Permission levels
5252
{% data reusables.repositories.navigate-to-repo %}
5353
{% data reusables.repositories.sidebar-settings %}
5454
{% data reusables.repositories.navigate-to-manage-access %}
55-
4. Under "Manage access", find the team or person whose access you'd like to remove, then click {% octicon "trashcan" aria-label="The trashcan icon" %}.
56-
![Trashcan icon for removing access](/assets/images/help/repository/manage-access-remove.png)
55+
4. Under "Manage access", find the team or person whose access you'd like to remove, then click {% octicon "trash" aria-label="The trash icon" %}.
56+
![trash icon for removing access](/assets/images/help/repository/manage-access-remove.png)
5757

5858
### Further reading
5959

content/github/collaborating-with-issues-and-pull-requests/creating-and-deleting-branches-within-your-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ If the branch you want to delete is associated with an open pull request, you mu
3737

3838
{% data reusables.repositories.navigate-to-repo %}
3939
{% data reusables.repositories.navigate-to-branches %}
40-
1. Scroll to the branch that you want to delete, then click {% octicon "trashcan" aria-label="The trashcan icon to delete the branch" %}.
40+
1. Scroll to the branch that you want to delete, then click {% octicon "trash" aria-label="The trash icon to delete the branch" %}.
4141
![delete the branch](/assets/images/help/branches/branches-delete.png)
4242

4343
{% if currentVersion == "free-pro-team@latest" or currentVersion == "github-ae@latest" or currentVersion ver_gt "enterprise-server@2.21" %}

content/github/managing-files-in-a-repository/deleting-files-in-a-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If the file{% if currentVersion == "free-pro-team@latest" or currentVersion ver_
2525
### Deleting a file
2626

2727
1. Browse to the file in your repository that you want to delete.
28-
2. At the top of the file, click {% octicon "trashcan" aria-label="The trashcan icon" %}.
28+
2. At the top of the file, click {% octicon "trash" aria-label="The trash icon" %}.
2929
{% data reusables.files.write_commit_message %}
3030
{% data reusables.files.choose-commit-email %}
3131
{% data reusables.files.choose_commit_branch %}

content/github/setting-up-and-managing-your-enterprise/connecting-an-azure-subscription-to-your-enterprise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ versions:
99
---
1010
### About Azure subscriptions and {% data variables.product.product_name %}
1111

12-
{% data reusables.enterprise-accounts.billing-microsoft-ea-overview %} For more information, see "[About billing for {% data variables.product.prodname_actions %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) and "[About billing for {% data variables.product.prodname_registry %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages)."
12+
{% data reusables.enterprise-accounts.billing-microsoft-ea-overview %} For more information, see "[About billing for {% data variables.product.prodname_actions %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-actions) and "[About billing for {% data variables.product.prodname_registry %}](/github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-packages)."
1313

1414
After you connect an Azure subscription, you can also manage your spending limit. For information on managing and changing your account's spending limit, see "[Managing your spending limit for {% data variables.product.prodname_registry %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-packages)" and "[Managing your spending limit for {% data variables.product.prodname_actions %}](/github/setting-up-and-managing-billing-and-payments-on-github/managing-your-spending-limit-for-github-actions)."
1515

@@ -23,7 +23,7 @@ To connect your Azure subscription, you must have owner permissions to the subsc
2323
{% data reusables.enterprise-accounts.payment-information-tab %}
2424
1. Under "Payment Information", click **Add Azure Subscription**.
2525
1. To sign in to your Microsoft account, follow the prompts.
26-
1. Review the "Permissions requested" prompt. If you agree with the terms, click **Accept**.
26+
1. Review the "Permissions requested" prompt. If you agree with the terms, click **Accept**.
2727
1. Under "Select a subscription", select the Azure Subscription ID that you want to connect to your enterprise.
2828
1. Click **Connect**.
2929

@@ -35,5 +35,5 @@ After you disconnect your Azure subscription from your enterprise account, your
3535
{% data reusables.enterprise-accounts.settings-tab %}
3636
{% data reusables.enterprise-accounts.billing-tab %}
3737
{% data reusables.enterprise-accounts.payment-information-tab %}
38-
1. Under "Azure subscription", to the right of the subscription ID you want to disconnect, click **{% octicon "trashcan" aria-label="The trashcan icon" %}**.
38+
1. Under "Azure subscription", to the right of the subscription ID you want to disconnect, click **{% octicon "trash" aria-label="The trash icon" %}**.
3939
1. Review the prompt, then click **Remove**.

content/github/setting-up-and-managing-your-github-user-account/changing-your-primary-email-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ topics:
2222
![Add another email address button](/assets/images/help/settings/add_another_email_address.png)
2323
4. Under "Primary email address", use the drop-down menu to click the email address you'd like to set as your primary email address, and click **Save**.
2424
![Set as primary button](/assets/images/help/settings/set_as_primary_email.png)
25-
5. To remove the old email address from your account, next to the old email, click {% octicon "trashcan" aria-label="The trashcan symbol" %}.
25+
5. To remove the old email address from your account, next to the old email, click {% octicon "trash" aria-label="The trash symbol" %}.
2626
{% if currentVersion == "free-pro-team@latest" %}
2727
6. Verify your new primary email address. Without a verified email address, you won't be able to use all of {% data variables.product.product_name %}'s features. For more information, see "[Verifying your email address](/articles/verifying-your-email-address)."
2828
{% endif %}

content/github/setting-up-and-managing-your-github-user-account/removing-a-collaborator-from-a-personal-repository.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ While forks of private repositories are deleted when a collaborator is removed,
2828
{% data reusables.repositories.sidebar-settings %}
2929
{% if currentVersion == "free-pro-team@latest" %}
3030
{% data reusables.repositories.navigate-to-manage-access %}
31-
4. To the right of the collaborator you want to remove, click {% octicon "trashcan" aria-label="The trashcan icon" %}.
31+
4. To the right of the collaborator you want to remove, click {% octicon "trash" aria-label="The trash icon" %}.
3232
![Button to remove collaborator](/assets/images/help/repository/collaborator-remove.png)
3333
{% else %}
3434
3. In the left sidebar, click **Collaborators & teams**.

0 commit comments

Comments
 (0)