Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
@@ -102,6 +102,7 @@ Across all organizations owned by your enterprise, you can allow members to crea
|
||||
{% data reusables.enterprise-accounts.repo-creation-types %}
|
||||
{% else %}
|
||||
6. Under "Repository creation", use the drop-down menu and choose a policy.
|
||||
|
||||

|
||||
{% endif %}
|
||||
|
||||
@@ -114,7 +115,15 @@ Across all organizations owned by your enterprise, you can allow people with acc
|
||||
{% data reusables.enterprise-accounts.repositories-tab %}
|
||||
3. Under "Repository forking", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
|
||||
4. Under "Repository forking", use the drop-down menu and choose a policy.
|
||||
|
||||

|
||||
|
||||
{% ifversion innersource-fork-policies %}
|
||||
5. If forking is enabled, you can specify where users are allowed to fork repositories. Review the information about changing the setting and choose a policy.
|
||||
|
||||

|
||||
{% endif %}
|
||||
|
||||
|
||||
## Enforcing a policy for inviting{% ifversion ghec %} outside{% endif %} collaborators to repositories
|
||||
|
||||
@@ -125,6 +134,7 @@ Across all organizations owned by your enterprise, you can allow members to invi
|
||||
{% data reusables.enterprise-accounts.repositories-tab %}
|
||||
3. Under "Repository {% ifversion ghec %}outside collaborators{% elsif ghes or ghae %}invitations{% endif %}", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
|
||||
4. Under "Repository {% ifversion ghec %}outside collaborators{% elsif ghes or ghae %}invitations{% endif %}", use the drop-down menu and choose a policy.
|
||||
|
||||
{% ifversion ghec %}
|
||||

|
||||
{% elsif ghes or ghae %}
|
||||
@@ -180,6 +190,7 @@ Across all organizations owned by your enterprise, you can allow members with ad
|
||||
{% data reusables.enterprise-accounts.policies-tab %}
|
||||
3. On the **Repository policies** tab, under "Repository issue deletion", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
|
||||
4. Under "Repository issue deletion", use the drop-down menu and choose a policy.
|
||||
|
||||

|
||||
|
||||
{% ifversion ghes or ghae %}
|
||||
|
||||
7
data/features/innersource-fork-policies.yml
Normal file
7
data/features/innersource-fork-policies.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
# Reference: #6035 #6036 #6037
|
||||
# Documentation for enterprise policies that define where forks can be created.
|
||||
|
||||
versions:
|
||||
ghec: '*'
|
||||
ghes: '>3.6'
|
||||
ghae: 'issue-6035'
|
||||
@@ -1,7 +1,9 @@
|
||||
{% ifversion ghae %}If the policies for your enterprise permit forking internal and private repositories, you{% else %}You{% endif %} can fork a repository to your personal account or any organization where you have repository creation permissions. For more information, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."
|
||||
{% ifversion ghae %}
|
||||
If the policies for your enterprise permit forking private and internal repositories, you can fork a repository to your personal account or an organization where you have repository creation permissions. For more information, see "[Roles in an organization](/organizations/managing-peoples-access-to-your-organization-with-roles/roles-in-an-organization)."
|
||||
|
||||
{% ifversion fpt or ghes or ghec %}
|
||||
|
||||
If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account or any organization on {% ifversion fpt or ghec %}{% data variables.product.prodname_team %}{% else %}{% data variables.product.product_location %}{% endif %} where you have repository creation permissions. {% ifversion fpt or ghec %}You cannot fork a private repository to an organization using {% data variables.product.prodname_free_team %}. For more information, see "[GitHub's products](/articles/githubs-products)."{% endif %}
|
||||
{% elsif ghes or ghec %}
|
||||
You can fork a private or internal repository to your personal account or an organization on {% data variables.product.product_location %} where you have repository creation permissions, if settings for the repository and your enterprise policies allow forking.
|
||||
|
||||
{% elsif fpt %}
|
||||
If you have access to a private repository and the owner permits forking, you can fork the repository to your personal account, or an organization on {% data variables.product.prodname_team %} where you have repository creation permissions. You cannot fork a private repository to an organization using {% data variables.product.prodname_free_team %}. For more information, see "[GitHub's products](/articles/githubs-products)."
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user