Skip to content

Commit bd337a6

Browse files
authored
Hack week 2025: Fix alt text in content folders for Actions to GraphQL (#53958)
1 parent 23deba0 commit bd337a6

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

content/actions/managing-workflow-runs-and-deployments/managing-deployments/creating-custom-deployment-protection-rules.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Alternatively, you can write your own protection rules for any of the above use
4141
1. Optionally, in the **Callback URL** text field under "Identifying and authorizing users," enter the callback URL. For more information, see [AUTOTITLE](/apps/creating-github-apps/creating-github-apps/about-the-user-authorization-callback-url).
4242
1. Under "Permissions," select **Repository permissions**.
4343
1. To the right of "Actions," click the drop down menu and select **Access: Read-only**.
44-
![Screenshot of the "Repository permissions" section when creating a new GitHub App. The button to configure permissions, with the "read-only" permission selected, for Actions is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-repo-permissions-read-only.png)
44+
![Screenshot of the "Repository permissions" section for a new GitHub App. The Actions permission shows "Read-only" and is outlined in orange.](/assets/images/help/actions/actions-repo-permissions-read-only.png)
4545
1. To the right of "Deployments," click the drop down menu and select **Access: Read and write**.
46-
![Screenshot of the "Deployments" permission settings in the "Repository permissions" section while creating a new GitHub App. The button to configure permissions, with the "read-only" permission selected, for Deployments is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png)
46+
![Screenshot of the "Repository permissions" section for a new GitHub App. The Deployments permission shows "Read and write" and is outlined in orange.](/assets/images/help/actions/actions-deployments-repo-permissions-read-and-write.png)
4747
1. Under "Subscribe to events," select **Deployment protection rule**.
48-
![Screenshot of the "Subscribe to events section" section while creating a new GitHub App. The checkbox to subscribe to the deployment protection rule event is highlighted by a dark orange rectangle.](/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png)
48+
![Screenshot of the "Subscribe to events section" section for a new GitHub App. The checkbox for the Deployment protection rule is outlined in orange.](/assets/images/help/actions/actions-subscribe-to-events-deployment-protection-rules.png)
4949

5050
1. Install the custom deployment protection rule in your repositories and enable it for use. For more information, see [AUTOTITLE](/actions/deployment/protecting-deployments/configuring-custom-deployment-protection-rules).
5151

content/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/disabling-and-enabling-a-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also disable and enable a workflow using the REST API. For more informat
3737
1. Click {% octicon "kebab-horizontal" aria-label="Show workflow options" %} to display a dropdown menu and click **Disable workflow**.
3838

3939
{% ifversion workflow-nav-2022 -%}
40-
![Screenshot of a workflow. The "Show workflow options" button, labeled with a horizontal kebab icon, and the "Disable workflow" menu item are outlined in dark orange.](/assets/images/help/repository/actions-disable-workflow-2022.png)
40+
![Screenshot of a workflow. The "Show workflow options" button, shown with a kebab icon, and the "Disable workflow" menu item are outlined in orange.](/assets/images/help/repository/actions-disable-workflow-2022.png)
4141
{%- else -%}
4242
![Screenshot of a workflow. Features apart from the "Disable workflow" menu item are grayed out.](/assets/images/help/repository/actions-disable-workflow.png)
4343

content/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/downloading-workflow-artifacts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ By default, {% data variables.product.product_name %} stores build logs and arti
2525
{% data reusables.repositories.view-run %}
2626
1. In the "Artifacts" section, click the artifact you want to download.
2727

28-
![Screenshot of the "Artifacts" section of a workflow run. The name of an artifact generated by the run, "artifact," is highlighted with a dark orange outline.](/assets/images/help/repository/artifact-drop-down-updated.png)
28+
![Screenshot of the "Artifacts" section of a workflow run. The name of an artifact generated by the run, "artifact," is outlined in orange.](/assets/images/help/repository/artifact-drop-down-updated.png)
2929

3030
{% endwebui %}
3131

content/actions/sharing-automations/required-workflows.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ After a required workflow has run at least once in a repository, you can view it
4646
{% data reusables.repositories.actions-tab %}
4747
1. In the left sidebar, you can view workflow runs for required workflows under "Required workflows."
4848

49-
![Screenshot of the sidebar on the "Actions" page. A subsection, labeled "Required workflows", contains an entry called "Test required workflow" and is outlined in dark orange.](/assets/images/help/settings/view-required-workflows.png)
49+
![Screenshot of the sidebar on the "Actions" page. The "Required workflows" section lists "Test required workflow" and is outlined in orange.](/assets/images/help/settings/view-required-workflows.png)
5050

5151
## Adding a required workflow to an organization
5252

content/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can search and browse actions directly in your repository's workflow editor.
5454
1. In the upper right corner of the file view, to open the workflow editor, click {% octicon "pencil" aria-label="Edit file" %}.
5555
![Screenshot of a workflow file showing the header section. The pencil icon for editing files is highlighted with a dark orange outline.](/assets/images/help/repository/actions-edit-workflow-file.png)
5656
1. To the right of the editor, use the {% data variables.product.prodname_marketplace %} sidebar to browse actions. Actions with the {% octicon "verified" aria-label="Creator verified by GitHub" %} badge indicate {% data variables.product.prodname_dotcom %} has verified the creator of the action as a partner organization.
57-
![Screenshot of a workflow file in edit mode. The right sidebar shows Marketplace actions. A checkmark in a stamp icon, showing that the creator is verified by GitHub, is outlined in orange.](/assets/images/help/repository/actions-marketplace-sidebar.png)
57+
![Screenshot of a workflow in the file editor. The sidebar shows Marketplace actions. A "Creator verified by GitHub" badge is outlined in orange.](/assets/images/help/repository/actions-marketplace-sidebar.png)
5858

5959
## Adding an action to your workflow
6060

content/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ jobs:
257257

258258
{% endpowershell %}
259259

260-
![Screenshot of the log for the workflow step. The second line, "My title", is prefaced by a downward arrow, indicating an expanded group. The next line, "Inside group", is indented below.](/assets/images/help/actions/actions-log-group.png)
260+
![Screenshot of the log for the workflow step. The second line, "My title", is an expanded group. The next line, "Inside group", is indented below.](/assets/images/help/actions/actions-log-group.png)
261261

262262
## Masking a value in a log
263263

content/discussions/collaborating-with-your-community-using-discussions/about-discussions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With {% data variables.product.prodname_discussions %}, the community for your p
1818
* Upvote discussions and comments to give higher visibility to ideas you find valuable
1919
* Foster an inviting atmosphere for visitors and contributors to discuss goals, development, administration, and workflows
2020

21-
![Screenshot of the "Discussions" page for a {% data variables.product.company_short %} repository, showing a list of discussions such as "Feedback on the new layout" and "Project direction".](/assets/images/help/discussions/hero.png)
21+
![Screenshot of the "Discussions" page for a repository, showing a list of discussions such as "Feedback on the new layout" and "Project direction".](/assets/images/help/discussions/hero.png)
2222

2323
You might use repository discussions to discuss topics that are specific to the repository. If your project spans multiple repositories, you might use organization discussions to discuss topics that aren't specific to a single repository in your organization.
2424

0 commit comments

Comments
 (0)