Update managing-access-to-self-hosted-runners-using-groups.md
This commit is contained in:
@@ -42,7 +42,10 @@ When creating a group, you must choose a policy that defines which repositories
|
||||
{% data reusables.organizations.navigate-to-org %}
|
||||
{% data reusables.organizations.org_settings %}
|
||||
{% data reusables.organizations.settings-sidebar-actions %}
|
||||
1. In the **Self-hosted runners** section, click **Add new**, and then **New group**.
|
||||
{% if currentVersion == "free-pro-team@latest" %}
|
||||
{% data reusables.organizations.settings-sidebar-actions-runners %}
|
||||
{% endif %}
|
||||
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section, click **Add new**, and then **New group**.
|
||||
|
||||

|
||||
1. Enter a name for your runner group, and assign a policy for repository access.
|
||||
@@ -73,7 +76,7 @@ When creating a group, you must choose a policy that defines which organizations
|
||||
{% data reusables.enterprise-accounts.access-enterprise %}
|
||||
{% data reusables.enterprise-accounts.policies-tab %}
|
||||
{% data reusables.enterprise-accounts.actions-tab %}
|
||||
1. Click the **Self-hosted runners** tab.
|
||||
1. Click the {% if currentVersion == "free-pro-team@latest" %}**Runners**{% else %}**Self-hosted runners**{% endif %} tab.
|
||||
1. Click **Add new**, and then **New group**.
|
||||
|
||||

|
||||
@@ -104,7 +107,7 @@ You can update the access policy of a runner group, or rename a runner group.
|
||||
|
||||
New self-hosted runners are automatically assigned to the default group, and can then be moved to another group.
|
||||
|
||||
1. In the **Self-hosted runners** section of the settings page, locate the current group of the runner you want to move and expand the list of group members.
|
||||
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section of the settings page, locate the current group of the runner you want to move and expand the list of group members.
|
||||

|
||||
1. Select the checkbox next to the self-hosted runner, and then click **Move to group** to see the available destinations.
|
||||

|
||||
@@ -115,7 +118,7 @@ New self-hosted runners are automatically assigned to the default group, and can
|
||||
|
||||
Self-hosted runners are automatically returned to the default group when their group is removed.
|
||||
|
||||
1. In the **Self-hosted runners** section of the settings page, locate the group you want to delete, and click the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} button.
|
||||
1. In the {% if currentVersion == "free-pro-team@latest" %}_Runners_{% else %}_Self-hosted runners_{% endif %} section of the settings page, locate the group you want to delete, and click the {% octicon "kebab-horizontal" aria-label="The horizontal kebab icon" %} button.
|
||||

|
||||
|
||||
1. To remove the group, click **Remove group**.
|
||||
|
||||
Reference in New Issue
Block a user