1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix remaining circular links on FPT (#49878)

This commit is contained in:
Hector Alfaro
2024-03-27 10:46:51 -04:00
committed by GitHub
parent 150add330c
commit a34e95ed96
7 changed files with 10 additions and 4 deletions

View File

@@ -112,6 +112,8 @@ You can edit the name of your runner groups at the enterprise and organization l
{% data reusables.actions.automatically-adding-a-runner-to-a-group %}
<span id="moving-a-runner-to-a-group"></a>
## Moving a self-hosted runner to a group
{% data reusables.actions.about-moving-a-runner-to-a-group %}

View File

@@ -112,7 +112,7 @@ If you have configured your enterprise to connect to an Azure VNET, you can give
You can rename runner groups at the enterprise and organization levels.
- [Changing the name of an organization runner group](#changing-the-name-of-an-organization-runner-group)
- [Changing the name of an enterprise runner group](##changing-the-name-of-an-enterprise-runner-group)
- [Changing the name of an enterprise runner group](#changing-the-name-of-an-enterprise-runner-group)
### Changing the name of an organization runner group

View File

@@ -30,7 +30,7 @@ Enterprise owners can add {% data variables.actions.hosted_runner %}s to an ente
## Adding a {% data variables.actions.hosted_runner %} to an organization
Organization owners{% ifversion custom-org-roles %} and users with the "Manage organization runners and runner groups" permission{% endif %} can add a {% data variables.actions.hosted_runner %} to an organization control which repositories can use it. When you create a new runner for an organization, by default, all repositories in the organization have access to the runner. To limit which repositories can use the runner, assign it to a runner group with access to specific repositories. For more information, see "[Allowing repositories to access a runner group](#allowing-repositories-to-access-a-runner-group)."
Organization owners{% ifversion custom-org-roles %} and users with the "Manage organization runners and runner groups" permission{% endif %} can add a {% data variables.actions.hosted_runner %} to an organization control which repositories can use it. When you create a new runner for an organization, by default, all repositories in the organization have access to the runner. To limit which repositories can use the runner, assign it to a runner group with access to specific repositories. For more information, see "[Allowing repositories to access larger runners](#allowing-repositories-to-access-larger-runners)."
{% data reusables.actions.add-hosted-runner-overview %}

View File

@@ -24,6 +24,8 @@ Before you start, make sure you know:
You will use your personal account to set up the enterprise account. You'll also need to sign in to this account to renew or make changes to your client's subscription in the future.
If you already have a personal account on {% data variables.product.prodname_dotcom %}, skip to [step 2](#step-2-create-the-enterprise-account).
{% data reusables.billing.create-personal-account %}
## Step 2: Create the enterprise account

View File

@@ -30,6 +30,8 @@ Before you start, make sure you know:
You will use your personal account to set up the organization. You'll also need to sign in to this account to renew or make changes to your client's subscription in the future.
If you already have a personal account on {% data variables.product.prodname_dotcom %}, skip to [step 2](#step-2-create-the-organization).
{% data reusables.billing.create-personal-account %}
## Step 2: Create the organization

View File

@@ -25,6 +25,8 @@ Additionally, if you use IP allow lists in the destination organization, you may
{% data reusables.enterprise-migration-tool.about-the-migrator-role %}
<span id="required-roles"></span>
## Required roles for {% data variables.product.company_short %}
For the destination organization on {% data variables.product.prodname_dotcom %}, different roles are required for different tasks.

View File

@@ -1,5 +1,3 @@
If you already have a personal account on {% data variables.product.prodname_dotcom %}, skip to [step 2](#step-2-create-the-enterprise-account).
1. Go to the [Join GitHub](https://github.com/join) page.
1. Complete the form, then click **Create account**.
1. Select {% data variables.product.prodname_free_user %} for your personal account.