Skip to content

Commit 06e0a5a

Browse files
lecoursenhubwriter
andauthored
Update some octicon references (#37039)
Co-authored-by: hubwriter <hubwriter@github.com>
1 parent 92264b7 commit 06e0a5a

34 files changed

Lines changed: 60 additions & 58 deletions

File tree

content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/customizing-a-workflow-for-triaging-your-notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To follow-up on notifications, you might consider the question "What was I block
4545

4646
For example, you may decide to follow up in this order:
4747
- Issues and pull requests you're assigned to. Immediately close any issues or pull requests you can and add updates. As needed, save notifications to review later.
48-
- Review notifications in the saved inbox, especially unread updates. If the thread is no longer relevant, deselect {% octicon "bookmark" aria-label="The bookmark icon" %} to remove the notification from the saved inbox and unsave it.
48+
- Review notifications in the saved inbox, especially unread updates. If the thread is no longer relevant, click {% octicon "bookmark-slash" aria-label="Unsave" %} to remove the notification from the saved inbox and unsave it.
4949

5050
## Managing lower-priority notifications
5151

content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/managing-notifications-from-your-inbox.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You have several options for triaging notifications from your inbox.
3434

3535
| Triaging option | Description |
3636
|-----------------|-------------|
37-
| Save | Saves your notification for later review. To save a notification, to the right of the notification, click {% octicon "bookmark" aria-label="The bookmark icon" %}. <br> <br> Saved notifications are kept indefinitely and can be viewed by clicking **Saved** in the sidebar or with the `is:saved` query. If your saved notification is older than 5 months and becomes unsaved, the notification will disappear from your inbox within a day. |
37+
| Save | Saves your notification for later review. To save a notification, to the right of the notification, click {% octicon "bookmark" aria-label="Save" %}. <br> <br> Saved notifications are kept indefinitely and can be viewed by clicking **Saved** in the sidebar or with the `is:saved` query. If your saved notification is older than 5 months and becomes unsaved, the notification will disappear from your inbox within a day. |
3838
| Done | Marks a notification as completed and removes the notification from your inbox. You can see all completed notifications by clicking **Done** in the sidebar or with the `is:done` query. Notifications marked as **Done** are saved for 5 months.
3939
| Unsubscribe | Automatically removes the notification from your inbox and unsubscribes you from the conversation until you are @mentioned, a team you're on is @mentioned, or you're requested for review.
4040
| Read | Marks a notification as read. To only view read notifications in your inbox, use the `is:read` query. This query doesn't include notifications marked as **Done**.
@@ -46,7 +46,7 @@ Before choosing a triage option, you can preview your notification's details fir
4646

4747
## Triaging multiple notifications at the same time
4848

49-
To triage multiple notifications at once, select the relevant notifications and use the {% octicon "kebab-horizontal" aria-label="The edit icon" %} drop-down to choose a triage option.
49+
To triage multiple notifications at once, select the relevant notifications and use the {% octicon "kebab-horizontal" aria-label="More options" %} drop-down to choose a triage option.
5050

5151
![Screenshot of the "Notifications" page. A drop-down menu is highlighted with an orange outline.](/assets/images/help/notifications-v2/triage-multiple-notifications-together.png)
5252

@@ -59,7 +59,7 @@ By default, your inbox has filters for when you are assigned, participating in a
5959
You can add up to 15 of your own custom filters.
6060

6161
{% data reusables.notifications.access_notifications %}
62-
2. To open the filter settings, in the left sidebar, next to "Filters", click {% octicon "gear" aria-label="The Gear icon" %}.
62+
2. To open the filter settings, in the left sidebar, next to "Filters", click {% octicon "gear" aria-label="Customize filters" %}.
6363

6464
{% tip %}
6565

content/account-and-profile/managing-subscriptions-and-notifications-on-github/viewing-and-triaging-notifications/triaging-a-single-notification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ shortTitle: Triage a notification
1515
---
1616
## Saving a single notification
1717

18-
To save a single notification to review later, to the right of the notification, click {% octicon "bookmark" aria-label="The bookmark icon" %}. You can only save one notification at a time.
18+
To save a single notification to review later, to the right of the notification, click {% octicon "bookmark" aria-label="Save" %}. You can only save one notification at a time.
1919

2020
Saved notifications are kept indefinitely and can be viewed by clicking **Saved** in the sidebar or with the `is:saved` query. If your saved notification is older than 5 months and becomes unsaved, the notification will disappear from your inbox within a day.
2121

content/actions/deployment/targeting-different-environments/using-environments-for-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Deleting an environment will delete all secrets and protection rules associated
194194
{% data reusables.repositories.navigate-to-repo %}
195195
{% data reusables.repositories.sidebar-settings %}
196196
{% data reusables.actions.sidebar-environment %}
197-
1. Next to the environment that you want to delete, click {% octicon "trash" aria-label="The trash icon" %}.
197+
1. Next to the environment that you want to delete, click {% octicon "trash" aria-label="Delete environment" %}.
198198
2. Click **I understand, delete this environment**.
199199

200200
You can also delete environments through the REST API. For more information, see "[AUTOTITLE](/rest/repos#environments)."

content/actions/managing-issues-and-pull-requests/removing-a-label-when-a-card-is-added-to-a-project-board-column.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ In the tutorial, you will first make a workflow file that uses the [`actions/git
6161
5. Customize the parameters in your workflow file:
6262
- In `github.event.project_card.column_id == '12345678'`, replace `12345678` with the ID of the column where you want to un-label issues and pull requests that are moved there.
6363
64-
To find the column ID, navigate to your {% data variables.projects.projects_v1_board %}. Next to the title of the column, click {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} then click **Copy column link**. The column ID is the number at the end of the copied link. For example, `24687531` is the column ID for `https://github.com/octocat/octo-repo/projects/1#column-24687531`.
64+
To find the column ID, navigate to your {% data variables.projects.projects_v1_board %}. Next to the title of the column, click {% octicon "kebab-horizontal" aria-label="Column menu" %} then click **Copy column link**. The column ID is the number at the end of the copied link. For example, `24687531` is the column ID for `https://github.com/octocat/octo-repo/projects/1#column-24687531`.
6565
6666
If you want to act on more than one column, separate the conditions with `||`. For example, `if github.event.project_card.column_id == '12345678' || github.event.project_card.column_id == '87654321'` will act whenever a project card is added to column `12345678` or column `87654321`. The columns may be on different project boards.
6767
- Change the value for `name` in the `github.rest.issues.removeLabel()` function to the name of the label that you want to remove from issues or pull requests that are moved to the specified column(s). For more information on labels, see "[AUTOTITLE](/issues/using-labels-and-milestones-to-track-work/managing-labels#applying-labels-to-issues-and-pull-requests)."

content/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The root site administrator can unlock access to the {% data variables.enterpris
3333

3434
{% data reusables.enterprise_site_admin_settings.sign-in-as-root-administrator %}
3535
{% data reusables.enterprise_site_admin_settings.click-user-management %}
36-
1. Locked user accounts will appear as "State: blocked". To unblock the user and allow authentication, to the right of the user's details, click {% octicon "law" aria-label="The law icon" %}.
36+
1. Locked user accounts will appear as "State: blocked". To unblock the user and allow authentication, to the right of the user's details, click {% octicon "law" aria-label="Unblock user" %}.
3737

3838

3939
{%- endif %}

content/admin/github-actions/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can create a runner group to manage access to the runner that you added to y
7575

7676
{% data reusables.actions.runner-groups-add-to-enterprise-first-steps %}
7777
1. To choose a policy for organization access, under "Organization access", select the **Organization access** drop-down, and click **Selected organizations**.
78-
1. To the right of the drop-down with the organization access policy, click {% octicon "gear" aria-label="The Gear icon" %}.
78+
1. To the right of the drop-down with the organization access policy, click {% octicon "gear" aria-label="Configure organizations" %}.
7979
1. Select the organizations you'd like to grant access to the runner group.
8080
{%- ifversion ghec or ghes %}
8181
1. Optionally, to allow public repositories in the selected organizations to use runners in the group, select **Allow public repositories**.
@@ -94,7 +94,7 @@ You can create a runner group to manage access to the runner that you added to y
9494
1. Click the "Runners" tab.
9595
1. In the list of runners, click the runner that you deployed in the previous section.
9696
1. Click **Edit**.
97-
1. Click **Runner groups {% octicon "gear" aria-label="The Gear icon" %}**.
97+
1. Click **Runner groups {% octicon "gear" aria-hidden="true" %}**.
9898
1. In the list of runner groups, click the name of the group that you previously created.
9999
1. Click **Save** to move the runner to the group.
100100

content/authentication/securing-your-account-with-two-factor-authentication-2fa/changing-your-preferred-two-factor-authentication-method.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ shortTitle: Change 2FA method
2222

2323
{% data reusables.user-settings.access_settings %}
2424
{% data reusables.user-settings.security %}
25-
1. In "Two-factor methods", find the method you want to set as your preferred 2FA method. Next to that method, select {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Set as preferred method**.
26-
![Screenshot of the "Set as preferred method" button in the 2FA settings](/assets/images/help/2fa/change-preferred-2fa-method.png)
25+
1. In "Two-factor methods", find the method you want to set as your preferred 2FA method. Next to that method, select {% octicon "kebab-horizontal" aria-label="Manage METHOD" %}, then click **Set as preferred method**.
26+
27+
![Screenshot of the "Two-factor methods" settings. To the right of "Authenticator app," a dropdown menu, labeled with a kebab icon, is expanded and outlined in orange.](/assets/images/help/2fa/change-preferred-2fa-method.png)
2728

2829
A "Preferred" label is displayed next to the name of your preferred method.
2930

content/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ You can download the {% data variables.product.prodname_advanced_security %} lic
8888
{% data reusables.profile.access_org %}
8989
{% data reusables.profile.org_settings %}
9090
1. In the "Security" section of the sidebar, click {% octicon "codescan" aria-hidden="true" %} **Code security and analysis**.
91-
1. In the "{% data variables.product.prodname_GH_advanced_security %} repositories" section, next to the repository you want usage information for, select {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %}, then click **Download CSV report**.
92-
![Screenshot of the committers by repository table. The horizontal kebab icon and "Download CSV report" button are highlighted with an orange outline.](/assets/images/help/billing/ghas-billing-table-repository-csv.png)
91+
1. In the "{% data variables.product.prodname_GH_advanced_security %} repositories" section, next to the repository you want usage information for, select {% octicon "kebab-horizontal" aria-label="GHAS repository actions" %}, then click **Download CSV report**.
92+
93+
![Screenshot of the committers by repository table. The horizontal kebab icon and "Download CSV report" button are highlighted with an orange outline.](/assets/images/help/billing/ghas-billing-table-repository-csv.png)
9394

9495
{% endif %}
9596

content/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can view the license usage for your enterprise and download a file with lice
3838
{% data reusables.enterprise-accounts.settings-tab %}
3939
{% data reusables.enterprise-accounts.license-tab %}
4040
1. Review your current {% data variables.product.prodname_enterprise %} license, as well as consumed and available user licenses.
41-
- To download the consumed license report as a CSV file, in the top right, click {% octicon "download" aria-label="The download icon" %}. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)."
41+
- To download the consumed license report as a CSV file, to the right of "User licenses," click {% octicon "download" aria-hidden="true" %} **CSV report**. For more information about reviewing the data in this report, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/troubleshooting-license-usage-for-github-enterprise)."
4242
- If you purchased {% data variables.product.prodname_GH_advanced_security %}, you can review your total {% ifversion ghas-billing-UI-update %}license{% else %}seat{% endif %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage)."
4343

4444
{% elsif ghes %}

0 commit comments

Comments
 (0)