Skip to content

Commit cc1ea92

Browse files
authored
repo sync
2 parents 43fdf2f + 17c26f3 commit cc1ea92

18 files changed

Lines changed: 28 additions & 10 deletions

content/github/setting-up-and-managing-your-enterprise/about-enterprise-accounts.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.enterprise-accounts %}'
55
redirect_from:
66
- /articles/about-github-business-accounts/
77
- /articles/about-enterprise-accounts
8+
- /github/setting-up-and-managing-your-enterprise-account/about-enterprise-accounts
89
versions:
910
free-pro-team: '*'
1011
enterprise-server: '*'

content/github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: You can create new organizations to manage within your enterprise account
44
product: '{% data reusables.gated-features.enterprise-accounts %}'
55
redirect_from:
66
- /articles/adding-organizations-to-your-enterprise-account
7+
- /github/setting-up-and-managing-your-enterprise-account/adding-organizations-to-your-enterprise-account
78
versions:
89
free-pro-team: '*'
910
---

content/github/setting-up-and-managing-your-enterprise/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'You can use Security Assertion Markup Language (SAML) single sign-on (SS
44
product: '{% data reusables.gated-features.enterprise-accounts %}'
55
redirect_from:
66
- /github/setting-up-and-managing-your-enterprise/configuring-single-sign-on-and-scim-for-your-enterprise-account-using-okta
7+
- /github/setting-up-and-managing-your-enterprise-account/configuring-saml-single-sign-on-and-scim-for-your-enterprise-account-using-okta
78
versions:
89
free-pro-team: '*'
910
---
@@ -63,7 +64,7 @@ After you enable SCIM, the following provisioning features are available for any
6364
1. Assign the application you created for your enterprise account to each group. {% data variables.product.prodname_dotcom %} will receive all `groups` data for each user.
6465
1. Add users to groups based on the organizations you'd like users to belong to.
6566

66-
### Configuring user provisioning with SCIM in Okta
67+
### Configuring user provisioning with SCIM in Okta
6768

6869
{% data reusables.scim.enterprise-account-scim %}
6970

content/github/setting-up-and-managing-your-enterprise/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Configuring the retention period for GitHub Actions artifacts and logs in your enterprise account
33
intro: 'Enterprise owners can configure the retention period for {% data variables.product.prodname_actions %} artifacts and logs in an enterprise account.'
44
product: '{% data reusables.gated-features.enterprise-accounts %}'
5+
redirect_from:
6+
- /github/setting-up-and-managing-your-enterprise-account/configuring-the-retention-period-for-github-actions-artifacts-and-logs-in-your-enterprise-account
57
miniTocMaxHeadingLevel: 4
68
versions:
79
free-pro-team: '*'

content/github/setting-up-and-managing-your-enterprise/configuring-webhooks-for-organization-events-in-your-enterprise-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.enterprise-accounts %}'
55
redirect_from:
66
- /articles/configuring-webhooks-for-organization-events-in-your-business-account/
77
- /articles/configuring-webhooks-for-organization-events-in-your-enterprise-account
8+
- /github/setting-up-and-managing-your-enterprise-account/configuring-webhooks-for-organization-events-in-your-enterprise-account
89
versions:
910
free-pro-team: '*'
1011
---

content/github/setting-up-and-managing-your-enterprise/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.enterprise-accounts %}'
55
redirect_from:
66
- /articles/enforcing-a-policy-on-dependency-insights/
77
- /articles/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account
8+
- /github/setting-up-and-managing-your-enterprise-account/enforcing-a-policy-on-dependency-insights-in-your-enterprise-account
89
versions:
910
free-pro-team: '*'
1011
---

content/github/setting-up-and-managing-your-enterprise/enforcing-github-actions-policies-in-your-enterprise-account.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,22 @@
22
title: Enforcing GitHub Actions policies in your enterprise account
33
intro: 'Enterprise owners can disable, enable, and limit {% data variables.product.prodname_actions %} for an enterprise account.'
44
product: '{% data reusables.gated-features.enterprise-accounts %}'
5+
redirect_from:
6+
- /github/setting-up-and-managing-your-enterprise-account/enforcing-github-actions-policies-in-your-enterprise-account
57
miniTocMaxHeadingLevel: 4
68
versions:
79
free-pro-team: '*'
810
---
911

1012
### About {% data variables.product.prodname_actions %} permissions for your enterprise account
1113

12-
By default, {% data variables.product.prodname_actions %} is enabled in all organizations owned by an enterprise account. You can choose to disable {% data variables.product.prodname_actions %} for all organizations owned by an enterprise account, or only allow specified organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your organization.
14+
By default, {% data variables.product.prodname_actions %} is enabled in all organizations owned by an enterprise account. You can choose to disable {% data variables.product.prodname_actions %} for all organizations owned by an enterprise account, or only allow specified organizations. You can also limit the use of public actions, so that people can only use local actions that exist in your organization.
1315

1416
For more information about {% data variables.product.prodname_actions %}, see "[About {% data variables.product.prodname_actions %}](/actions/getting-started-with-github-actions/about-github-actions)."
1517

1618
### Managing {% data variables.product.prodname_actions %} permissions for your enterprise account
1719

18-
You can disable all workflows for an enterprise or set a policy that configures which actions can be used in an organization.
20+
You can disable all workflows for an enterprise or set a policy that configures which actions can be used in an organization.
1921

2022
{% data reusables.actions.actions-use-policy-settings %}
2123

content/github/setting-up-and-managing-your-enterprise/enforcing-project-board-policies-in-your-enterprise-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /articles/enforcing-project-board-settings-for-organizations-in-your-business-account/
77
- /articles/enforcing-project-board-policies-for-organizations-in-your-enterprise-account/
88
- /articles/enforcing-project-board-policies-in-your-enterprise-account
9+
- /github/setting-up-and-managing-your-enterprise-account/enforcing-project-board-policies-in-your-enterprise-account
910
versions:
1011
free-pro-team: '*'
1112
---

content/github/setting-up-and-managing-your-enterprise/enforcing-repository-management-policies-in-your-enterprise-account.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ redirect_from:
66
- /articles/enforcing-repository-management-settings-for-organizations-in-your-business-account/
77
- /articles/enforcing-repository-management-policies-for-organizations-in-your-enterprise-account/
88
- /articles/enforcing-repository-management-policies-in-your-enterprise-account
9+
- /github/setting-up-and-managing-your-enterprise-account/enforcing-repository-management-policies-in-your-enterprise-account
910
versions:
1011
free-pro-team: '*'
1112
---
@@ -47,10 +48,10 @@ Across all organizations owned by your enterprise account, you can allow people
4748

4849
Across all organizations owned by your enterprise account, you can allow members to invite outside collaborators to repositories, restrict outside collaborator invitations to organization owners, or allow owners to administer the setting on the organization level.
4950

50-
{% data reusables.enterprise-accounts.access-enterprise %}
51+
{% data reusables.enterprise-accounts.access-enterprise %}
5152
{% data reusables.enterprise-accounts.policies-tab %}
52-
3. On the **Repository policies** tab, under "Repository invitations", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
53-
4. Under "Repository invitations", use the drop-down menu and choose a policy.
53+
3. On the **Repository policies** tab, under "Repository invitations", review the information about changing the setting. {% data reusables.enterprise-accounts.view-current-policy-config-orgs %}
54+
4. Under "Repository invitations", use the drop-down menu and choose a policy.
5455
![Drop-down menu with outside collaborator invitation policy options](/assets/images/help/business-accounts/repository-invitation-policy-drop-down.png)
5556

5657
### Enforcing a policy on changing repository visibility

content/github/setting-up-and-managing-your-enterprise/enforcing-security-settings-in-your-enterprise-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ redirect_from:
88
- /articles/enforcing-security-settings-for-organizations-in-your-enterprise-account/
99
- /articles/enforcing-security-settings-in-your-enterprise-account
1010
- /github/articles/managing-allowed-ip-addresses-for-organizations-in-your-enterprise-account
11+
- /github/setting-up-and-managing-your-enterprise-account/enforcing-security-settings-in-your-enterprise-account
1112
versions:
1213
free-pro-team: '*'
1314
---

0 commit comments

Comments
 (0)