Skip to content

Commit 6acd411

Browse files
authored
Merge pull request #16480 from github/repo-sync
repo sync
2 parents b302b15 + 3346a05 commit 6acd411

26 files changed

+81
-68
lines changed
Binary file not shown.

content/actions/hosting-your-own-runners/adding-self-hosted-runners.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,13 @@ You can add self-hosted runners to a single repository. To add a self-hosted run
4949
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %}
5050
{% data reusables.repositories.navigate-to-repo %}
5151
{% data reusables.repositories.sidebar-settings %}
52-
{% data reusables.actions.settings-sidebar-actions %}
53-
{% data reusables.actions.settings-sidebar-actions-runners-updated %}
52+
{% data reusables.repositories.settings-sidebar-actions-runners %}
5453
1. Click **New self-hosted runner**.
5554
{% data reusables.actions.self-hosted-runner-configure %}
5655
{% elsif ghae or ghes < 3.4 %}
5756
{% data reusables.repositories.navigate-to-repo %}
5857
{% data reusables.repositories.sidebar-settings %}
59-
{% data reusables.actions.settings-sidebar-actions-runners %}
58+
{% data reusables.repositories.settings-sidebar-actions-runners %}
6059
1. Under {% ifversion ghes > 3.1 or ghae or ghec %}"Runners"{% else %}"Self-hosted runners"{% endif %}, click **Add runner**.
6160
{% data reusables.actions.self-hosted-runner-configure %}
6261
{% endif %}
@@ -71,14 +70,13 @@ You can add self-hosted runners at the organization level, where they can be use
7170
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %}
7271
{% data reusables.organizations.navigate-to-org %}
7372
{% data reusables.organizations.org_settings %}
74-
{% data reusables.actions.settings-sidebar-actions %}
75-
{% data reusables.actions.settings-sidebar-actions-runners-updated %}
73+
{% data reusables.organizations.settings-sidebar-actions-runners %}
7674
1. Click **New runner**.
7775
{% data reusables.actions.self-hosted-runner-configure %}
7876
{% elsif ghae or ghes < 3.4 %}
7977
{% data reusables.organizations.navigate-to-org %}
8078
{% data reusables.organizations.org_settings %}
81-
{% data reusables.actions.settings-sidebar-actions-runners %}
79+
{% data reusables.organizations.settings-sidebar-actions-runners %}
8280
1. Under {% ifversion ghes > 3.1 or ghae %}"Runners", click **Add new**, then click **New runner**.{% elsif ghes < 3.2 %}"Self-hosted runners", click **Add runner**."{% endif %}
8381
{% data reusables.actions.self-hosted-runner-configure %}
8482
{% endif %}

content/actions/hosting-your-own-runners/managing-access-to-self-hosted-runners-using-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ When creating a group, you must choose a policy that defines which repositories{
4747
{% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %}
4848
{% data reusables.organizations.navigate-to-org %}
4949
{% data reusables.organizations.org_settings %}
50-
{% data reusables.actions.settings-sidebar-actions-runner-groups %}
50+
{% data reusables.organizations.settings-sidebar-actions-runner-groups %}
5151
1. In the "Runner groups" section, click **New runner group**.
5252
1. Enter a name for your runner group.
5353
{% data reusables.actions.runner-group-assign-policy-repo %}
@@ -64,7 +64,7 @@ When creating a group, you must choose a policy that defines which repositories{
6464
{% elsif ghae or ghes < 3.4 %}
6565
{% data reusables.organizations.navigate-to-org %}
6666
{% data reusables.organizations.org_settings %}
67-
{% data reusables.actions.settings-sidebar-actions-runners %}
67+
{% data reusables.organizations.settings-sidebar-actions-runner-groups %}
6868
1. Under {% ifversion ghes > 3.1 or ghae %}"Runners"{% elsif ghes < 3.2 %}"Self-hosted runners"{% endif %}, click **Add new**, and then **New group**.
6969

7070
![Add runner group](/assets/images/help/settings/actions-org-add-runner-group.png)

content/actions/hosting-your-own-runners/monitoring-and-troubleshooting-self-hosted-runners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ shortTitle: Monitor & troubleshoot
2323
{% data reusables.actions.self-hosted-runner-management-permissions-required %}
2424

2525
{% data reusables.actions.self-hosted-runner-navigate-repo-and-org %}
26-
{% data reusables.actions.settings-sidebar-actions-runners %}
26+
{% data reusables.organizations.settings-sidebar-actions-runners %}
2727
1. Under {% ifversion fpt or ghes > 3.1 or ghae or ghec %}"Runners"{% else %}"Self-hosted runners"{% endif %}, you can view a list of registered runners, including the runner's name, labels, and status.
2828

2929
The status can be one of the following:

content/actions/hosting-your-own-runners/removing-self-hosted-runners.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,13 @@ To remove a self-hosted runner from a user repository you must be the repository
3232
{% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %}
3333
{% data reusables.repositories.navigate-to-repo %}
3434
{% data reusables.repositories.sidebar-settings %}
35-
{% data reusables.actions.settings-sidebar-actions %}
36-
{% data reusables.actions.settings-sidebar-actions-runners-updated %}
35+
{% data reusables.repositories.settings-sidebar-actions-runners %}
3736
{% data reusables.actions.settings-sidebar-actions-runner-selection %}
3837
{% data reusables.actions.self-hosted-runner-removing-a-runner-updated %}
3938
{% elsif ghae or ghes < 3.4 %}
4039
{% data reusables.repositories.navigate-to-repo %}
4140
{% data reusables.repositories.sidebar-settings %}
42-
{% data reusables.actions.settings-sidebar-actions-runners %}
41+
{% data reusables.repositories.settings-sidebar-actions-runners %}
4342
{% data reusables.actions.self-hosted-runner-removing-a-runner %}
4443
{% endif %}
4544

@@ -59,14 +58,13 @@ To remove a self-hosted runner from an organization, you must be an organization
5958
{% ifversion fpt or ghes > 3.3 or ghec %}
6059
{% data reusables.organizations.navigate-to-org %}
6160
{% data reusables.organizations.org_settings %}
62-
{% data reusables.actions.settings-sidebar-actions %}
63-
{% data reusables.actions.settings-sidebar-actions-runners-updated %}
61+
{% data reusables.organizations.settings-sidebar-actions-runners %}
6462
{% data reusables.actions.settings-sidebar-actions-runner-selection %}
6563
{% data reusables.actions.self-hosted-runner-removing-a-runner-updated %}
6664
{% elsif ghes < 3.4 or ghae %}
6765
{% data reusables.organizations.navigate-to-org %}
6866
{% data reusables.organizations.org_settings %}
69-
{% data reusables.actions.settings-sidebar-actions-runners %}
67+
{% data reusables.organizations.settings-sidebar-actions-runners %}
7068
{% data reusables.actions.self-hosted-runner-removing-a-runner %}
7169
{% endif %}
7270

content/organizations/managing-organization-settings/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-organization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ shortTitle: Configure retention period
2020

2121
{% data reusables.organizations.navigate-to-org %}
2222
{% data reusables.organizations.org_settings %}
23-
{% data reusables.organizations.settings-sidebar-actions %}
23+
{% data reusables.organizations.settings-sidebar-actions-general %}
2424
{% data reusables.actions.change-retention-period-for-artifacts-logs %}

content/organizations/managing-organization-settings/disabling-or-limiting-github-actions-for-your-organization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ You can disable all workflows for an organization or set a policy that configure
3939

4040
{% data reusables.profile.access_org %}
4141
{% data reusables.profile.org_settings %}
42-
{% data reusables.organizations.settings-sidebar-actions %}
42+
{% data reusables.organizations.settings-sidebar-actions-general %}
4343
1. Under **Policies**, select an option.
4444
![Set actions policy for this organization](/assets/images/help/organizations/actions-policy.png)
4545
1. Click **Save**.
@@ -50,7 +50,7 @@ You can disable all workflows for an organization or set a policy that configure
5050

5151
{% data reusables.profile.access_org %}
5252
{% data reusables.profile.org_settings %}
53-
{% data reusables.organizations.settings-sidebar-actions %}
53+
{% data reusables.organizations.settings-sidebar-actions-general %}
5454
1. Under **Policies**, select **Allow select actions** and add your required actions to the list.
5555
{%- ifversion ghes %}
5656
![Add actions to allow list](/assets/images/help/organizations/actions-policy-allow-list.png)
@@ -68,7 +68,7 @@ You can configure this behavior for an organization using the procedure below. M
6868

6969
{% data reusables.profile.access_org %}
7070
{% data reusables.profile.org_settings %}
71-
{% data reusables.organizations.settings-sidebar-actions %}
71+
{% data reusables.organizations.settings-sidebar-actions-general %}
7272
{% data reusables.actions.workflows-from-public-fork-setting %}
7373

7474
{% data reusables.actions.workflow-run-approve-link %}
@@ -87,7 +87,7 @@ You can configure this behavior for an organization using the procedure below. M
8787

8888
{% data reusables.profile.access_org %}
8989
{% data reusables.profile.org_settings %}
90-
{% data reusables.organizations.settings-sidebar-actions %}
90+
{% data reusables.organizations.settings-sidebar-actions-general %}
9191
{% data reusables.actions.private-repository-forks-configure %}
9292
{% endif %}
9393

@@ -105,7 +105,7 @@ You can set the default permissions for the `GITHUB_TOKEN` in the settings for y
105105
{% data reusables.profile.access_profile %}
106106
{% data reusables.profile.access_org %}
107107
{% data reusables.profile.org_settings %}
108-
{% data reusables.organizations.settings-sidebar-actions %}
108+
{% data reusables.organizations.settings-sidebar-actions-general %}
109109
1. Under **Workflow permissions**, choose whether you want the `GITHUB_TOKEN` to have read and write access for all scopes, or just read access for the `contents` scope.
110110
![Set GITHUB_TOKEN permissions for this organization](/assets/images/help/settings/actions-workflow-permissions-organization.png)
111111
1. Click **Save** to apply the settings.

content/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can disable all workflows for a repository or set a policy that configures w
4444

4545
{% data reusables.repositories.navigate-to-repo %}
4646
{% data reusables.repositories.sidebar-settings %}
47-
{% data reusables.repositories.settings-sidebar-actions %}
47+
{% data reusables.repositories.settings-sidebar-actions-general %}
4848
1. Under **Actions permissions**, select an option.
4949

5050
![Set actions policy for this organization](/assets/images/help/repository/actions-policy.png)
@@ -57,7 +57,7 @@ You can disable all workflows for a repository or set a policy that configures w
5757

5858
{% data reusables.repositories.navigate-to-repo %}
5959
{% data reusables.repositories.sidebar-settings %}
60-
{% data reusables.repositories.settings-sidebar-actions %}
60+
{% data reusables.repositories.settings-sidebar-actions-general %}
6161
1. Under **Actions permissions**, select **Allow select actions** and add your required actions to the list.
6262

6363
{%- ifversion ghes %}
@@ -77,7 +77,7 @@ You can configure this behavior for a repository using the procedure below. Modi
7777

7878
{% data reusables.repositories.navigate-to-repo %}
7979
{% data reusables.repositories.sidebar-settings %}
80-
{% data reusables.repositories.settings-sidebar-actions %}
80+
{% data reusables.repositories.settings-sidebar-actions-general %}
8181
{% data reusables.actions.workflows-from-public-fork-setting %}
8282

8383
{% data reusables.actions.workflow-run-approve-link %}
@@ -95,7 +95,7 @@ If a policy is disabled for an {% ifversion ghec or ghae or ghes %}enterprise or
9595

9696
{% data reusables.repositories.navigate-to-repo %}
9797
{% data reusables.repositories.sidebar-settings %}
98-
{% data reusables.repositories.settings-sidebar-actions %}
98+
{% data reusables.repositories.settings-sidebar-actions-general %}
9999
{% data reusables.actions.private-repository-forks-configure %}
100100

101101
{% ifversion fpt or ghes > 3.1 or ghae or ghec %}
@@ -111,7 +111,7 @@ The default permissions can also be configured in the organization settings. If
111111

112112
{% data reusables.repositories.navigate-to-repo %}
113113
{% data reusables.repositories.sidebar-settings %}
114-
{% data reusables.repositories.settings-sidebar-actions %}
114+
{% data reusables.repositories.settings-sidebar-actions-general %}
115115
1. Under **Workflow permissions**, choose whether you want the `GITHUB_TOKEN` to have read and write access for all scopes, or just read access for the `contents` scope.
116116

117117
![Set GITHUB_TOKEN permissions for this repository](/assets/images/help/settings/actions-workflow-permissions-repository.png)
@@ -128,7 +128,7 @@ You can use the steps below to configure whether {% if internal-actions%}actions
128128

129129
1. On {% data variables.product.prodname_dotcom %}, navigate to the main page of the internal repository.
130130
1. Under your repository name, click {% octicon "gear" aria-label="The gear icon" %} **Settings**.
131-
{% data reusables.repositories.settings-sidebar-actions %}
131+
{% data reusables.repositories.settings-sidebar-actions-general %}
132132
1. Under **Access**, choose one of the access settings:
133133

134134
{% ifversion ghes > 3.4 or ghae-issue-6090 or ghec %}![Set the access to Actions components](/assets/images/help/settings/actions-access-settings.png){% else %}![Set the access to Actions components](/assets/images/enterprise/3.4/actions-access-settings.png){% endif %}
@@ -151,5 +151,5 @@ You can also define a custom retention period for a specific artifact created by
151151

152152
{% data reusables.repositories.navigate-to-repo %}
153153
{% data reusables.repositories.sidebar-settings %}
154-
{% data reusables.repositories.settings-sidebar-actions %}
154+
{% data reusables.repositories.settings-sidebar-actions-general %}
155155
{% data reusables.actions.change-retention-period-for-artifacts-logs %}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1. Under **Artifact and log retention duration**, enter a new value.
1+
1. Under **Artifact and log retention**, enter a new value.
22
1. Click **Save** to apply the change.
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
{% ifversion fpt %}
22
1. Navigate to the main page of the repository or organization where your self-hosted runner groups are located.
33
2. Click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
4-
3. In the left sidebar, click **Actions**.
5-
4. Click **Runner groups**.
4+
{% data reusables.organizations.settings-sidebar-actions-runner-groups %}
65
{% elsif ghec or ghes or ghae %}
76
1. Navigate to where your self-hosted runner groups are located:
8-
* **In an organization**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.{% ifversion ghec %}
9-
* **If using an enterprise account**: navigate to your enterprise account by clicking your profile photo in the top-right corner of {% data variables.product.prodname_dotcom_the_website %}, then clicking **Your enterprises**, then clicking the enterprise.{% elsif ghes or ghae %}
10-
* **If using an enterprise-level runner**:
11-
1. In the upper-right corner of any page, click {% octicon "rocket" aria-label="The rocket ship" %}.
12-
2. In the left sidebar, click **Enterprise overview**.
13-
3. In the enterprise sidebar, click {% octicon "law" aria-label="The law icon" %} **Policies**.{% endif %}
7+
* **In an organization**: navigate to the main page and click {% octicon "gear" aria-label="The Settings gear" %} **Settings**.
8+
* **If using an enterprise-level group**:
9+
10+
{% indented_data_reference reusables.enterprise-accounts.access-enterprise spaces=5 %}
1411
2. Navigate to the "Runner groups" settings:
15-
* **In an organization**: Click **Actions** in the left sidebar, then click {% ifversion fpt or ghec or ghes > 3.3 or ghae-issue-5091 %}**Runner groups**{% elsif ghae or ghes < 3.4 %}**Runners**{% endif %} below it.{% ifversion ghec or ghes or ghae %}
16-
* {% ifversion ghec %}**If using an enterprise account**:{% elsif ghes or ghae %}**If using an enterprise-level runner**:{% endif %} Click **Actions** under "{% octicon "law" aria-label="The law icon" %} Policies", then click the {% ifversion ghec or ghes > 3.3 or ghae-issue-5091 %}**Runners groups**{% elsif ghae or ghes < 3.4 %}**Runners**{% endif %} tab.{% endif %}
12+
* **In an organization**:
13+
14+
{% indented_data_reference reusables.actions.settings-ui.settings-actions-runner-groups spaces=5 %}
15+
* **If using an enterprise-level group**:
16+
17+
{% indented_data_reference reusables.enterprise-accounts.policies-tab spaces=5 %}
18+
{% indented_data_reference reusables.enterprise-accounts.actions-tab spaces=5 %}
19+
{% indented_data_reference reusables.enterprise-accounts.actions-runner-groups-tab spaces=5 %}
1720
{% endif %}

0 commit comments

Comments
 (0)