diff --git a/content/actions/using-github-hosted-runners/managing-access-to-github-hosted-runners-using-groups.md b/content/actions/using-github-hosted-runners/managing-access-to-github-hosted-runners-using-groups.md index 76630b0d4f..c166d4bc2b 100644 --- a/content/actions/using-github-hosted-runners/managing-access-to-github-hosted-runners-using-groups.md +++ b/content/actions/using-github-hosted-runners/managing-access-to-github-hosted-runners-using-groups.md @@ -7,6 +7,44 @@ type: tutorial shortTitle: Manage access to runners --- -## About {% data variables.product.prodname_dotcom %}-hosted runner groups +{% data reusables.actions.enterprise-beta %} +{% data reusables.actions.enterprise-github-hosted-runners %} -{% data reusables.actions.runner-group-enterprise-overview %} +## About runner groups + +{% data reusables.actions.about-runner-groups %} + +{% ifversion ghec or ghes or ghae %} + +## Creating a runner group for an organization + +{% data reusables.actions.creating-a-runner-group-for-an-organization %} + +## Creating a runner group for an enterprise + +{% data reusables.actions.creating-a-runner-group-for-an-enterprise %} + +{% endif %} + +## Changing the access policy of a runner group + +{% data reusables.actions.changing-the-access-policy-of-a-runner-group %} + +## Changing the name of a runner group + +{% data reusables.actions.changing-the-name-of-a-runner-group %} + +{% ifversion ghec or ghes or ghae %} +## Automatically adding a runner to a group + +{% data reusables.actions.automatically-adding-a-runner-to-a-group %} + +## Moving a runner to a group + +{% data reusables.actions.moving-a-runner-to-a-group %} + +## Removing a runner group + +{% data reusables.actions.removing-a-runner-group %} + +{% endif %}