diff --git a/components/article/ArticleInlineLayout.module.scss b/components/article/ArticleInlineLayout.module.scss index fdd8eb84f1..027e6f13f8 100644 --- a/components/article/ArticleInlineLayout.module.scss +++ b/components/article/ArticleInlineLayout.module.scss @@ -37,7 +37,7 @@ .sidebarBox { border-bottom: 1px solid var(--color-border-default) !important; - @include breakpoint(xl) { + @media (min-width: 1400px) { border-bottom: none !important; } } diff --git a/components/page-header/Header.tsx b/components/page-header/Header.tsx index d67d0e1c6c..35dbfe0667 100644 --- a/components/page-header/Header.tsx +++ b/components/page-header/Header.tsx @@ -136,6 +136,7 @@ export const Header = () => { scroll && 'color-shadow-small', )} role="banner" + aria-label="Main" >
{% data variables.product.api_url_pre %}/scim/v2{% data variables.product.api_url_pre %}/scim/v2 |
| Shared secret | {% data variables.product.pat_generic_caps %}, secret token | Token for application on your IdP to perform provisioning tasks on behalf of an enterprise owner | {% data variables.product.pat_generic_caps %} you created in step 1 |
{%- endif %}
diff --git a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md
index cbd22cb476..5810d16486 100644
--- a/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md
+++ b/content/admin/identity-and-access-management/using-saml-for-enterprise-iam/managing-team-synchronization-for-organizations-in-your-enterprise.md
@@ -60,10 +60,10 @@ You can also configure and manage team synchronization for an individual organiz
{% ifversion team-sync-manage-org-invites %}
-## Managing whether team synchronization can invite non-members to organizations
+## Managing whether team synchronization can re-invite non-members to organizations
{% data reusables.enterprise-accounts.access-enterprise %}
{% data reusables.enterprise-accounts.settings-tab %}
{% data reusables.enterprise-accounts.security-tab %}
-1. Under "Team synchronization", select or deselect **Do not allow Team Sync to invite non-members to organizations.**
+1. Under "Team synchronization", select or deselect **Do not allow Team Sync to re-invite past members to organizations that were removed by an organization owner.**
{% endif %}
diff --git a/content/admin/index.md b/content/admin/index.md
index 86f05e3501..0af40eb9cb 100644
--- a/content/admin/index.md
+++ b/content/admin/index.md
@@ -94,7 +94,7 @@ featuredLinks:
- '{% ifversion ghes %}/get-started/signing-up-for-github/setting-up-a-trial-of-github-enterprise-server{% endif %}'
- '{% ifversion ghes %}/admin/installation{% endif %}'
- '{% ifversion ghae %}/admin/identity-and-access-management/configuring-authentication-and-provisioning-for-your-enterprise-using-azure-ad{% endif %}'
- - '{% ifversion ghae %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}'
+ - '{% ifversion ghae %}/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise{% endif %}'
- '{% ifversion ghae %}/admin/overview/about-upgrades-to-new-releases{% endif %}'
- '{% ifversion ghae %}/admin/configuration/configuring-your-enterprise/deploying-github-ae{% endif %}'
- '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise{% endif %}'
@@ -113,8 +113,10 @@ children:
- /overview
- /installation
- /configuration
+ - /administering-your-instance
- /identity-and-access-management
- - /user-management
+ - /managing-accounts-and-repositories
+ - /backing-up-and-restoring-your-instance
- /policies
- /monitoring-activity-in-your-enterprise
- /enterprise-management
@@ -125,4 +127,3 @@ children:
- /release-notes
- /all-releases
---
-
diff --git a/content/admin/configuration/configuring-your-enterprise/configuring-custom-footers.md b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/configuring-custom-footers.md
similarity index 94%
rename from content/admin/configuration/configuring-your-enterprise/configuring-custom-footers.md
rename to content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/configuring-custom-footers.md
index da4720dcf1..c1be9fcdf0 100644
--- a/content/admin/configuration/configuring-your-enterprise/configuring-custom-footers.md
+++ b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/configuring-custom-footers.md
@@ -11,6 +11,8 @@ topics:
- Enterprise
- Fundamentals
shortTitle: Configure custom footers
+redirect_from:
+ - /admin/configuration/configuring-your-enterprise/configuring-custom-footers
---
## About custom footers for {% ifversion ghec or ghae %}your enterprise{% elsif ghes %}{% data variables.product.product_name %}{% endif %}
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
similarity index 98%
rename from content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
index 3ed6984725..c1c648deea 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/customizing-user-messages-for-your-enterprise.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/customizing-user-messages-on-your-instance
- /admin/user-management/customizing-user-messages-on-your-instance
- /admin/user-management/customizing-user-messages-for-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/customizing-user-messages-for-your-enterprise
intro: 'You can create custom messages that users will see on {% data variables.location.product_location %}.'
versions:
ghec: '*'
diff --git a/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md
new file mode 100644
index 0000000000..567e02f539
--- /dev/null
+++ b/content/admin/managing-accounts-and-repositories/communicating-information-to-users-in-your-enterprise/index.md
@@ -0,0 +1,15 @@
+---
+title: Communicating information to users in your enterprise
+shortTitle: Communicate info to users
+intro: 'You can communicate information to users in your enterprise by customizing user messages and footers.'
+versions:
+ ghec: '*'
+ ghes: '*'
+ ghae: '*'
+topics:
+ - Enterprise
+children:
+ - /customizing-user-messages-for-your-enterprise
+ - /configuring-custom-footers
+
+---
diff --git a/content/admin/user-management/index.md b/content/admin/managing-accounts-and-repositories/index.md
similarity index 58%
rename from content/admin/user-management/index.md
rename to content/admin/managing-accounts-and-repositories/index.md
index e35f521cd2..1e141fff9a 100644
--- a/content/admin/user-management/index.md
+++ b/content/admin/managing-accounts-and-repositories/index.md
@@ -1,7 +1,7 @@
---
-title: 'Managing users, organizations, and repositories'
-shortTitle: 'Manage users, organizations, and repositories'
-intro: 'This guide describes authentication methods for users signing in to your enterprise, how to create organizations and teams for repository access and collaboration, and suggested best practices for user security.'
+title: 'Managing accounts and repositories'
+shortTitle: 'Manage accounts and repositories'
+intro: 'You can manage accounts, organizations, and repositories in your enterprise.'
redirect_from:
- /enterprise/admin/categories/user-management
- /enterprise/admin/developer-workflow/using-webhooks-for-continuous-integration
@@ -15,6 +15,7 @@ versions:
topics:
- Enterprise
children:
+ - /communicating-information-to-users-in-your-enterprise
- /managing-users-in-your-enterprise
- /managing-organizations-in-your-enterprise
- /managing-repositories-in-your-enterprise
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
similarity index 97%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
index af5404fe2f..76258da39f 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise.md
@@ -6,6 +6,7 @@ redirect_from:
- /articles/adding-organizations-to-your-enterprise-account
- /github/setting-up-and-managing-your-enterprise-account/adding-organizations-to-your-enterprise-account
- /github/setting-up-and-managing-your-enterprise/adding-organizations-to-your-enterprise-account
+ - /admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise
versions:
ghec: '*'
type: how_to
@@ -28,7 +29,7 @@ You can add new organizations to your enterprise account. If you do not use {% d
After you add an existing organization to your enterprise, the organization's resources remain accessible to members at the same URLs, and the following changes will apply.
- If two-factor authentication (2FA) is required by the enterprise, organization members who do not use 2FA will be removed from the organization.
-- The organization's members will become members of the enterprise, and {% data variables.product.company_short %} will bill the enterprise account for the organization's usage. You must ensure that the enterprise account has enough licenses to accommodate any new members. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)."
+- The organization's members will become members of the enterprise, and {% data variables.product.company_short %} will bill the enterprise account for the organization's usage. You must ensure that the enterprise account has enough licenses to accommodate any new members. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)."
- Enterprise owners can manage their role within the organization. For more information, see "[AUTOTITLE](/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise)."
- Any policies applied to the enterprise will apply to the organization. For more information, see "[AUTOTITLE](/admin/policies/enforcing-policies-for-your-enterprise/about-enterprise-policies)."
- If SAML SSO is configured for the enterprise account, the enterprise's SAML configuration will apply to the organization. If the organization used SAML SSO, the enterprise account's configuration will replace the organization's configuration. SCIM is not available for enterprise accounts, so SCIM will be disabled for the organization. For more information, see "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/configuring-saml-single-sign-on-for-your-enterprise)" and "[AUTOTITLE](/admin/identity-and-access-management/using-saml-for-enterprise-iam/switching-your-saml-configuration-from-an-organization-to-an-enterprise-account)."
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md
similarity index 98%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md
index d5a071ec3a..72fd432c3d 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise.md
@@ -11,6 +11,8 @@ topics:
- Enterprise
- Organizations
shortTitle: Best practices
+redirect_from:
+ - /admin/user-management/managing-organizations-in-your-enterprise/best-practices-for-structuring-organizations-in-your-enterprise
---
## About best practices for organizations within an enterprise
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md
similarity index 94%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md
index 2dc7768050..8bba058530 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership.md
@@ -4,6 +4,7 @@ intro: You can set visibility for new organization members across your enterpris
redirect_from:
- /enterprise/admin/user-management/configuring-visibility-for-organization-membership
- /admin/user-management/configuring-visibility-for-organization-membership
+ - /admin/user-management/managing-organizations-in-your-enterprise/configuring-visibility-for-organization-membership
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md
similarity index 89%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md
index a5907489b4..a0b654ab6f 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins.md
@@ -5,6 +5,8 @@ redirect_from:
- /enterprise/admin/developer-workflow/continuous-integration-using-jenkins
- /enterprise/admin/user-management/continuous-integration-using-jenkins
- /admin/user-management/continuous-integration-using-jenkins
+ - /admin/user-management/managing-organizations-in-your-enterprise/continuous-integration-using-jenkins
+
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md
similarity index 100%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/index.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/index.md
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-projects-using-jira.md
similarity index 96%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-projects-using-jira.md
index 5502b4010d..6140370a0b 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-projects-using-jira.md
@@ -8,6 +8,7 @@ redirect_from:
- /enterprise/admin/developer-workflow/customizing-your-instance-with-integrations
- /enterprise/admin/user-management/managing-projects-using-jira
- /admin/user-management/managing-projects-using-jira
+ - /admin/user-management/managing-organizations-in-your-enterprise/managing-projects-using-jira
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
similarity index 95%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
index 0223e1dcb6..a0a739f95f 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise.md
@@ -2,6 +2,8 @@
title: Managing your role in an organization owned by your enterprise
intro: You can manage your membership in any organization owned by your enterprise and change your role within the organization.
permissions: Enterprise owners can manage their role in an organization owned by the enterprise.
+redirect_from:
+ - /admin/user-management/managing-organizations-in-your-enterprise/managing-your-role-in-an-organization-owned-by-your-enterprise
versions:
feature: enterprise-owner-join-org
type: how_to
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md
similarity index 89%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md
index f82d016f7f..24e5b3bc1d 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/hidden/preventing-users-from-creating-organizations
- /enterprise/admin/user-management/preventing-users-from-creating-organizations
- /admin/user-management/preventing-users-from-creating-organizations
+ - /admin/user-management/managing-organizations-in-your-enterprise/preventing-users-from-creating-organizations
intro: You can prevent users from creating organizations in your enterprise.
versions:
ghes: '*'
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md
similarity index 93%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md
index 17804409e5..01f8de3fa2 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise.md
@@ -8,6 +8,8 @@ type: how_to
topics:
- Enterprise
shortTitle: Remove organizations
+redirect_from:
+ - /admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise
---
## About organization removal
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md
similarity index 97%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md
index 93afc972df..1a39008ba1 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization.md
@@ -4,6 +4,7 @@ intro: 'You can require organization members and outside collaborators to enable
redirect_from:
- /enterprise/admin/user-management/requiring-two-factor-authentication-for-an-organization
- /admin/user-management/requiring-two-factor-authentication-for-an-organization
+ - /admin/user-management/managing-organizations-in-your-enterprise/requiring-two-factor-authentication-for-an-organization
versions:
ghes: '*'
type: how_to
diff --git a/content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md
similarity index 96%
rename from content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md
rename to content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md
index 59f79eb7cf..c5f5294ca9 100644
--- a/content/admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md
+++ b/content/admin/managing-accounts-and-repositories/managing-organizations-in-your-enterprise/restoring-a-deleted-organization.md
@@ -10,6 +10,8 @@ topics:
- Organizations
shortTitle: Restore organization
permissions: 'Site administers can restore an organization on {% data variables.product.product_name %}.'
+redirect_from:
+ - /admin/user-management/managing-organizations-in-your-enterprise/restoring-a-deleted-organization
---
## About organization restoration
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md
similarity index 93%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md
index ea72c0cbf2..d598495c0a 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise.md
@@ -9,6 +9,8 @@ topics:
- Enterprise
- Repositories
shortTitle: Access user-owned repos
+redirect_from:
+ - /admin/user-management/managing-repositories-in-your-enterprise/accessing-user-owned-repositories-in-your-enterprise
---
{% note %}
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md
similarity index 98%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md
index 2070646618..cf2e182fcb 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise.md
@@ -13,6 +13,7 @@ redirect_from:
- /enterprise/admin/guides/installation/migrating-to-different-large-file-storage-server
- /enterprise/admin/user-management/configuring-git-large-file-storage-for-your-enterprise
- /admin/user-management/configuring-git-large-file-storage-for-your-enterprise
+ - /admin/user-management/managing-repositories-in-your-enterprise/configuring-git-large-file-storage-for-your-enterprise
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md
similarity index 96%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md
index 3758cc74ed..6900ff03aa 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise.md
@@ -14,6 +14,7 @@ redirect_from:
- /enterprise/admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
- /admin/user-management/disabling-git-ssh-access-on-github-enterprise-server
- /admin/user-management/disabling-git-ssh-access-on-your-enterprise
+ - /admin/user-management/managing-repositories-in-your-enterprise/disabling-git-ssh-access-on-your-enterprise
intro: You can prevent people from using Git over SSH for certain or all repositories on your enterprise.
versions:
ghes: '*'
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md
similarity index 91%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/index.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md
index 0cadbd6ad7..7f1c86e8a9 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/index.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/index.md
@@ -4,6 +4,7 @@ intro: You can manage repositories in your enterprise.
redirect_from:
- /enterprise/admin/user-management/repositories
- /enterprise/admin/user-management/managing-repositories-in-your-enterprise
+ - /admin/user-management/managing-repositories-in-your-enterprise
versions:
ghec: '*'
ghes: '*'
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/locking-a-repository.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/locking-a-repository.md
similarity index 89%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/locking-a-repository.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/locking-a-repository.md
index 68bf06b9ba..e7ae30fce8 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/locking-a-repository.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/locking-a-repository.md
@@ -8,6 +8,8 @@ topics:
- Enterprise
- Repositories
shortTitle: Lock a repository
+redirect_from:
+ - /admin/user-management/managing-repositories-in-your-enterprise/locking-a-repository
---
## Locking a repository
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md
similarity index 97%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md
index e5ec836d6b..24440a8269 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/migrating-to-internal-repositories.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/installation/migrating-to-internal-repositories
- /enterprise/admin/user-management/migrating-to-internal-repositories
- /admin/user-management/migrating-to-internal-repositories
+ - /admin/user-management/managing-repositories-in-your-enterprise//migrating-to-internal-repositories
permissions: Site administrators can migrate to internal repositories.
versions:
ghes: '*'
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md
similarity index 94%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md
index 4112de99c6..6f54a1b4eb 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/restoring-a-deleted-repository.md
@@ -10,6 +10,8 @@ topics:
- Privacy
- Repositories
shortTitle: Restore a deleted repository
+redirect_from:
+ - /admin/user-management/managing-repositories-in-your-enterprise/restoring-a-deleted-repository
---
## About repository restoration
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md
similarity index 94%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md
index b531afed58..75dc966ac8 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/troubleshooting-service-hooks.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/developer-workflow/troubleshooting-service-hooks
- /enterprise/admin/user-management/troubleshooting-service-hooks
- /admin/user-management/troubleshooting-service-hooks
+ - /admin/user-management/managing-repositories-in-your-enterprise/troubleshooting-service-hooks
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md
similarity index 89%
rename from content/admin/user-management/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md
index 23b440b8b8..3d35e07f0b 100644
--- a/content/admin/user-management/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise.md
@@ -9,6 +9,8 @@ topics:
- Enterprise
- Repositories
shortTitle: View user-owned repos
+redirect_from:
+ - /admin/user-management/managing-repositories-in-your-enterprise/viewing-user-owned-repositories-in-your-enterprise
---
{% note %}
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-ssh-keys.md
similarity index 96%
rename from content/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-ssh-keys.md
index b0734a57b3..327e5798e2 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-ssh-keys.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/articles/auditing-ssh-keys
- /enterprise/admin/user-management/auditing-ssh-keys
- /admin/user-management/auditing-ssh-keys
+ - /admin/user-management/managing-users-in-your-enterprise/auditing-ssh-keys
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md
similarity index 98%
rename from content/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md
index f2bb9bf9ce..4eadc3adc3 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/auditing-users-across-your-enterprise.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/user-management/auditing-users-across-your-instance
- /admin/user-management/auditing-users-across-your-instance
- /admin/user-management/auditing-users-across-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/auditing-users-across-your-enterprise
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/best-practices-for-user-security.md
similarity index 96%
rename from content/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/best-practices-for-user-security.md
index c479dfd5b0..f117f7f285 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/best-practices-for-user-security.md
@@ -4,6 +4,7 @@ intro: '{% ifversion ghes %}Outside of instance-level security measures (SSL, su
redirect_from:
- /enterprise/admin/user-management/best-practices-for-user-security
- /admin/user-management/best-practices-for-user-security
+ - /admin/user-management/managing-users-in-your-enterprise/best-practices-for-user-security
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md
similarity index 95%
rename from content/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md
index 0ef886eb38..b97489cece 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise.md
@@ -7,6 +7,8 @@ topics:
- Enterprise
shortTitle: Export membership information
permissions: Enterprise owners can export membership information for an enterprise.
+redirect_from:
+ - /admin/user-management/managing-users-in-your-enterprise/exporting-membership-information-for-your-enterprise
---
## About export of membership information
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/impersonating-a-user.md
similarity index 95%
rename from content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/impersonating-a-user.md
index 25d006400c..34d0923470 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/impersonating-a-user.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/impersonating-a-user.md
@@ -11,6 +11,8 @@ topics:
- Enterprise
- User account
shortTitle: Impersonate a user
+redirect_from:
+ - /admin/user-management/managing-users-in-your-enterprise/impersonating-a-user
---
## About user impersonation
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/index.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md
similarity index 97%
rename from content/admin/user-management/managing-users-in-your-enterprise/index.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md
index fa8edc573e..693af9ebf8 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/index.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/index.md
@@ -35,7 +35,6 @@ children:
- /suspending-and-unsuspending-users
- /placing-a-legal-hold-on-a-user-or-organization
- /auditing-ssh-keys
- - /customizing-user-messages-for-your-enterprise
- /rebuilding-contributions-data
shortTitle: Manage users
---
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md
similarity index 98%
rename from content/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md
index 27c6fb28a6..16d3850d87 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise.md
@@ -8,6 +8,7 @@ redirect_from:
- /articles/inviting-people-to-collaborate-in-your-business-account
- /articles/inviting-people-to-manage-your-enterprise-account
- /github/setting-up-and-managing-your-enterprise/inviting-people-to-manage-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise
versions:
ghec: '*'
ghes: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-dormant-users.md
similarity index 97%
rename from content/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-dormant-users.md
index 2019f6c327..1235293232 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/managing-dormant-users.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-dormant-users.md
@@ -6,6 +6,7 @@ redirect_from:
- /enterprise/admin/articles/determining-whether-a-user-account-is-dormant
- /enterprise/admin/user-management/managing-dormant-users
- /admin/user-management/managing-dormant-users
+ - /admin/user-management/managing-users-in-your-enterprise/managing-dormant-users
intro: '{% data reusables.enterprise-accounts.dormant-user-activity-threshold %}'
versions:
ghec: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md
similarity index 93%
rename from content/admin/user-management/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md
index c35a65dbd1..3fb4bd5bb3 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-invitations-to-organizations-within-your-enterprise.md
@@ -10,6 +10,8 @@ topics:
- Organizations
shortTitle: Manage organization invitations
permissions: Enterprise owners can manage invitations to organizations within their enterprise.
+redirect_from:
+ - /admin/user-management/managing-users-in-your-enterprise/mmanaging-invitations-to-organizations-within-your-enterprise
---
## Retrying or canceling expired invitations
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md
similarity index 94%
rename from content/admin/user-management/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md
index 7d06eadbbc..ff48709512 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise.md
@@ -9,6 +9,8 @@ topics:
- Enterprise
- Organizations
shortTitle: Managing organization members
+redirect_from:
+ - /admin/user-management/managing-users-in-your-enterprise/managing-organization-members-in-your-enterprise
---
Enterprise members that are added to an organization via the bulk method will not receive an email inviting them to the organization. They are added immediately as a member to the selected organizations.
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md
similarity index 95%
rename from content/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md
index 6cea9d04b8..e35f3147b5 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise.md
@@ -3,6 +3,7 @@ title: Managing support entitlements for your enterprise
intro: You can grant enterprise members the ability to manage support tickets for your enterprise account.
redirect_from:
- /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/managing-support-entitlements-for-your-enterprise
versions:
ghec: '*'
topics:
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md
similarity index 92%
rename from content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md
index 02f81f949d..8715d0bbf2 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization.md
@@ -4,6 +4,7 @@ intro: You can place a legal hold on a user or organization to ensure that repos
redirect_from:
- /enterprise/admin/user-management/placing-a-legal-hold-on-a-user-or-organization
- /admin/user-management/placing-a-legal-hold-on-a-user-or-organization
+ - /admin/user-management/managing-users-in-your-enterprise/placing-a-legal-hold-on-a-user-or-organization
versions:
ghes: '*'
ghae: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md
similarity index 97%
rename from content/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md
index 73cd9dcc69..a1bc865ce2 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/articles/demoting-a-site-administrator
- /enterprise/admin/user-management/promoting-or-demoting-a-site-administrator
- /admin/user-management/promoting-or-demoting-a-site-administrator
+ - /admin/user-management/managing-users-in-your-enterprise/promoting-or-demoting-a-site-administrator
intro: 'Site administrators can promote any normal user account to a site administrator, as well as demote other site administrators to regular users.'
versions:
ghes: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/rebuilding-contributions-data.md
similarity index 93%
rename from content/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/rebuilding-contributions-data.md
index 43a8617745..43a379fb41 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/rebuilding-contributions-data.md
@@ -5,6 +5,7 @@ redirect_from:
- /enterprise/admin/articles/rebuilding-contributions-data
- /enterprise/admin/user-management/rebuilding-contributions-data
- /admin/user-management/rebuilding-contributions-data
+ - /admin/user-management/managing-users-in-your-enterprise/rebuilding-contributions-data
versions:
ghes: '*'
type: how_to
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md
similarity index 95%
rename from content/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md
index d712ceb153..78e470772b 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise.md
@@ -8,6 +8,8 @@ type: how_to
topics:
- Enterprise
shortTitle: Remove member
+redirect_from:
+ - /admin/user-management/managing-users-in-your-enterprise/removing-a-member-from-your-enterprise
---
## About removal of enterprise members
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md
similarity index 96%
rename from content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md
index 8c56674cfc..9fa0788d7a 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/roles-in-an-enterprise.md
@@ -7,6 +7,7 @@ redirect_from:
- /articles/permission-levels-for-a-business-account
- /articles/roles-for-an-enterprise-account
- /github/setting-up-and-managing-your-enterprise/roles-in-an-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise
versions:
ghec: '*'
ghes: '*'
@@ -48,7 +49,7 @@ Owners of organizations in your enterprise do not have access to the enterprise
Enterprise owners cannot access organization settings or content unless they are made an organization owner or given direct access to an organization-owned repository. Similarly, owners of organizations in your enterprise do not have access to the enterprise itself unless you make them enterprise owners.
{% endif %}
-{% ifversion ghec %}An enterprise owner will only consume a license if they are an owner or member of at least one organization within the enterprise. {% endif %}Even if an enterprise owner has a role in multiple organizations, they will consume a single license. {% ifversion ghec %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business. {% ifversion ghes %}For more information about accounts that consume a license for {% data variables.location.product_location %}, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-per-user-pricing#accounts-that-consume-a-license-on-github-enterprise-server)."{% endif %}
+{% ifversion ghec %}An enterprise owner will only consume a license if they are an owner or member of at least one organization within the enterprise. {% endif %}Even if an enterprise owner has a role in multiple organizations, they will consume a single license. {% ifversion ghec %}Enterprise owners must have a personal account on {% data variables.product.prodname_dotcom %}.{% endif %} As a best practice, we recommend making only a few people in your company enterprise owners, to reduce the risk to your business. {% ifversion ghes %}For more information about accounts that consume a license for {% data variables.location.product_location %}, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing#accounts-that-consume-a-license-on-github-enterprise-server)."{% endif %}
## Enterprise members
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md
similarity index 98%
rename from content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md
index bedb18ee45..6eb45045e0 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/suspending-and-unsuspending-users.md
@@ -8,6 +8,7 @@ redirect_from:
- /enterprise/admin/articles/suspending-and-unsuspending-users
- /enterprise/admin/user-management/suspending-and-unsuspending-users
- /admin/user-management/suspending-and-unsuspending-users
+ - /admin/user-management/managing-users-in-your-enterprise/suspending-and-unsuspending-users
intro: 'If a user leaves or moves to a different part of the company, you should remove or modify their ability to access {% data variables.location.product_location %}.'
versions:
ghes: '*'
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
similarity index 96%
rename from content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
index 9f53a3b336..d2a96889ce 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise.md
@@ -7,6 +7,7 @@ redirect_from:
- /github/setting-up-and-managing-your-enterprise-account/viewing-and-managing-a-users-saml-access-to-your-enterprise-account
- /github/setting-up-and-managing-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise
- /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/viewing-and-managing-a-users-saml-access-to-your-enterprise
versions:
ghec: '*'
topics:
diff --git a/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md
similarity index 99%
rename from content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md
rename to content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md
index 9957ee62ae..f8f6f0059b 100644
--- a/content/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md
+++ b/content/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/viewing-people-in-your-enterprise.md
@@ -7,6 +7,7 @@ redirect_from:
- /articles/viewing-people-in-your-enterprise-account
- /github/setting-up-and-managing-your-enterprise/viewing-people-in-your-enterprise
- /github/setting-up-and-managing-your-enterprise/managing-users-in-your-enterprise/viewing-people-in-your-enterprise
+ - /admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise
versions:
ghec: '*'
ghes: '*'
diff --git a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md
index 2dcfe8649f..e6203c7601 100644
--- a/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md
+++ b/content/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/audit-log-events-for-your-enterprise.md
@@ -52,8 +52,8 @@ The scope of the events that appear in your enterprise's audit log depend on whe
| Action | Description
|--------|-------------
| `account.billing_plan_change` | An organization's billing cycle changed. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/changing-the-duration-of-your-billing-cycle)."
-| `account.plan_change` | An organization's subscription changed. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts)."
-| `account.pending_plan_change` | An organization owner or billing manager canceled or downgraded a paid subscription. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)."
+| `account.plan_change` | An organization's plan changed. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-billing-for-plans)."
+| `account.pending_plan_change` | An organization owner or billing manager canceled or downgraded a paid plan. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)."
| `account.pending_subscription_change` | A {% data variables.product.prodname_marketplace %} free trial started or expired. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace)."
{%- endif %}
diff --git a/content/admin/overview/about-enterprise-accounts.md b/content/admin/overview/about-enterprise-accounts.md
index 33eee697bf..e20acdcbf8 100644
--- a/content/admin/overview/about-enterprise-accounts.md
+++ b/content/admin/overview/about-enterprise-accounts.md
@@ -86,7 +86,7 @@ If you use both {% data variables.product.prodname_ghe_cloud %} and {% data vari
You can also connect the enterprise account on {% data variables.location.product_location_enterprise %} to your enterprise account on {% data variables.product.prodname_dotcom_the_website %} to see license usage details for your {% data variables.product.prodname_enterprise %} subscription from {% data variables.product.prodname_dotcom_the_website %}. For more information, see {% ifversion ghec %}"[AUTOTITLE](/enterprise-server@latest/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud)" in the {% data variables.product.prodname_ghe_server %} documentation.{% elsif ghes %}"[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud)."{% endif %}
-For more information about the differences between {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products)." {% data reusables.enterprise-accounts.to-upgrade-or-get-started %}
+For more information about the differences between {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)." {% data reusables.enterprise-accounts.to-upgrade-or-get-started %}
{% endif %}
@@ -96,13 +96,13 @@ The bill for your enterprise account includes the monthly cost for each member o
{% ifversion ghec %}
-For more information about billing for your {% data variables.product.prodname_ghe_cloud %} subscription, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" and "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)."
+For more information about billing for your {% data variables.product.prodname_ghe_cloud %} subscription, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" and "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)."
{% elsif ghes %}
{% data reusables.enterprise-accounts.enterprise-accounts-billing %}
-For more information about billing for {% ifversion ghec %}{% data variables.product.prodname_ghe_cloud %}{% else %}{% data variables.product.product_name %}{% endif %}, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)."
+For more information about billing for {% ifversion ghec %}{% data variables.product.prodname_ghe_cloud %}{% else %}{% data variables.product.product_name %}{% endif %}, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)."
{% endif %}
@@ -110,7 +110,7 @@ For more information about billing for {% ifversion ghec %}{% data variables.pro
{% ifversion ghec %}
-{% data variables.product.prodname_enterprise %} offers two deployment options. In addition to {% data variables.product.prodname_ghe_cloud %}, you can use {% data variables.product.prodname_ghe_server %} to host development work for your enterprise in your data center or supported cloud provider. {% endif %}Enterprise owners on {% data variables.product.prodname_dotcom_the_website %} can use an enterprise account to manage payment and licensing for {% data variables.product.prodname_ghe_server %} instances. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products#github-enterprise)" and "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise)."
+{% data variables.product.prodname_enterprise %} offers two deployment options. In addition to {% data variables.product.prodname_ghe_cloud %}, you can use {% data variables.product.prodname_ghe_server %} to host development work for your enterprise in your data center or supported cloud provider. {% endif %}Enterprise owners on {% data variables.product.prodname_dotcom_the_website %} can use an enterprise account to manage payment and licensing for {% data variables.product.prodname_ghe_server %} instances. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans#github-enterprise)" and "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise)."
{% endif %}
diff --git a/content/admin/overview/creating-an-enterprise-account.md b/content/admin/overview/creating-an-enterprise-account.md
index ab2836af9b..c1df9815ba 100644
--- a/content/admin/overview/creating-an-enterprise-account.md
+++ b/content/admin/overview/creating-an-enterprise-account.md
@@ -23,7 +23,7 @@ You can also create an enterprise account by setting up a free trial of {% data
When you create an enterprise account that owns your existing organization on {% data variables.product.product_name %}, the organization's resources remain accessible to members at the same URLs. After you add your organization to the enterprise account, the following changes will apply to the organization.
- Your existing organization will automatically be owned by the enterprise account.
-- {% data variables.product.company_short %} bills the enterprise account for usage within all organizations owned by the enterprise. The current billing details for the organization, including the organization's billing email address, will become billing details for the new enterprise account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)."
+- {% data variables.product.company_short %} bills the enterprise account for usage within all organizations owned by the enterprise. The current billing details for the organization, including the organization's billing email address, will become billing details for the new enterprise account. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)."
- All current owners of your organization will become owners of the enterprise account, and all current billing managers of the organization will become billing managers of the new enterprise account. For more information, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise)."
For more information about the changes that apply to an organization after you add the organization to an enterprise, see "[AUTOTITLE](/admin/user-management/managing-organizations-in-your-enterprise/adding-organizations-to-your-enterprise#about-addition-of-organizations-to-your-enterprise-account)."
diff --git a/content/admin/configuration/configuring-your-enterprise/deploying-github-ae.md b/content/admin/overview/deploying-github-ae.md
similarity index 98%
rename from content/admin/configuration/configuring-your-enterprise/deploying-github-ae.md
rename to content/admin/overview/deploying-github-ae.md
index 94696e0921..8029fb7ed1 100644
--- a/content/admin/configuration/configuring-your-enterprise/deploying-github-ae.md
+++ b/content/admin/overview/deploying-github-ae.md
@@ -10,6 +10,7 @@ type: how_to
shortTitle: Deploy GitHub AE
redirect_from:
- /get-started/signing-up-for-github/setting-up-a-trial-of-github-ae
+ - /admin/configuration/configuring-your-enterprise/deploying-github-ae
---
## About deployment of {% data variables.product.product_name %}
diff --git a/content/admin/overview/index.md b/content/admin/overview/index.md
index 940d350bfb..99ea4b5d55 100644
--- a/content/admin/overview/index.md
+++ b/content/admin/overview/index.md
@@ -14,6 +14,8 @@ children:
- /about-github-ae
- /about-upgrades-to-new-releases
- /about-data-residency
+ - /deploying-github-ae
+ - /initializing-github-ae
- /about-enterprise-accounts
- /system-overview
- /about-the-github-enterprise-api
diff --git a/content/admin/configuration/configuring-your-enterprise/initializing-github-ae.md b/content/admin/overview/initializing-github-ae.md
similarity index 99%
rename from content/admin/configuration/configuring-your-enterprise/initializing-github-ae.md
rename to content/admin/overview/initializing-github-ae.md
index d8d25645e4..1a190583b8 100644
--- a/content/admin/configuration/configuring-your-enterprise/initializing-github-ae.md
+++ b/content/admin/overview/initializing-github-ae.md
@@ -9,6 +9,7 @@ topics:
redirect_from:
- /admin/configuration/initializing-github-ae
- /enterprise-server@latest/admin/configuration/configuring-your-enterprise/initializing-github-ae
+ - /admin/configuration/configuring-your-enterprise/initializing-github-ae
---
## About initialization
diff --git a/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md b/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md
index 8a1334926e..af83b43d42 100644
--- a/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md
+++ b/content/admin/policies/enforcing-policy-with-pre-receive-hooks/creating-a-pre-receive-hook-script.md
@@ -114,7 +114,7 @@ The following variables are available in the pre-receive hook environment when t
| Variable | Description | Example value |
| :- | :- | :- |
| $GITHUB_PULL_REQUEST_AUTHOR_LOGIN| Username of account that authored the pull request | octocat | -|
$GITHUB_PULL_REQUEST_HEAD| The name of the pull request's topic branch, in the format `USERNAME:BRANCH` |
$GITHUB_PULL_REQUEST_HEAD| The name of the pull request's topic branch, in the format `USERNAME:BRANCH` | octocat:fix-bug | |
$GITHUB_PULL_REQUEST_BASE| The name of the pull request's base branch, in the format `USERNAME:BRANCH` | octocat:main | #### Available for pushes using SSH authentication diff --git a/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md b/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md index c6d99c1c6f..b0ddc5d641 100644 --- a/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md +++ b/content/apps/creating-github-apps/registering-a-github-app/rate-limits-for-github-apps.md @@ -50,7 +50,7 @@ When rate limits are enabled for your {% data variables.product.product_name %} {% ifversion ghec or fpt %} -The rate limits for requests made by a {% data variables.product.prodname_github_app %} depend on where the app is installed. If the app is installed on an organization or repository owned by an enterprise on {% data variables.location.product_location %}, the rate limit will be higher than for an app that is installed outside an enterprise. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" and "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts#organization-accounts)." +The rate limits for requests made by a {% data variables.product.prodname_github_app %} depend on where the app is installed. If the app is installed on an organization or repository owned by an enterprise on {% data variables.location.product_location %}, the rate limit will be higher than for an app that is installed outside an enterprise. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" and "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts#organization-accounts)." {% endif %} diff --git a/content/apps/oauth-apps/using-oauth-apps/index.md b/content/apps/oauth-apps/using-oauth-apps/index.md index 36c72e78d0..e350a0b76a 100644 --- a/content/apps/oauth-apps/using-oauth-apps/index.md +++ b/content/apps/oauth-apps/using-oauth-apps/index.md @@ -14,5 +14,6 @@ children: - /authorizing-oauth-apps - /reviewing-your-authorized-oauth-apps - /connecting-with-third-party-applications + - /internal-oauth-apps --- diff --git a/content/apps/oauth-apps/using-oauth-apps/internal-oauth-apps.md b/content/apps/oauth-apps/using-oauth-apps/internal-oauth-apps.md new file mode 100644 index 0000000000..55c431d426 --- /dev/null +++ b/content/apps/oauth-apps/using-oauth-apps/internal-oauth-apps.md @@ -0,0 +1,29 @@ +--- +title: Internal OAuth apps +intro: 'Some {% data variables.product.prodname_oauth_apps %} are internal apps, owned by {% data variables.product.company_short %}, that are granted special capabilities.' +versions: + fpt: '*' + ghes: '*' + ghae: '*' + ghec: '*' +shortTitle: Internal apps +--- + +Some {% data variables.product.prodname_oauth_apps %} are internal apps. These apps are owned by {% data variables.product.company_short %} and are granted special capabilities. For example, even if an organization owner has restricted access by {% data variables.product.prodname_oauth_apps %} to the organization's data, users can still authorize these apps and use them to access data from the organization. + +Some of these internal apps are automatically included with {% data variables.product.company_short %} and do not require user authorization. These apps will not appear in your list of authorized {% data variables.product.prodname_oauth_apps %}. + +These internal apps will appear in the user security log, but will not appear in organization{% ifversion ghes or ghae or ghec %} or enterprise{% endif %} audit logs. {% ifversion ghes or ghae or ghec %}For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)," "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)", and "[AUTOTITLE](/admin/monitoring-activity-in-your-enterprise/reviewing-audit-logs-for-your-enterprise/about-the-audit-log-for-your-enterprise)."{% else %}For more information, see "[AUTOTITLE](/authentication/keeping-your-account-and-data-secure/reviewing-your-security-log)" and "[AUTOTITLE](/organizations/keeping-your-organization-secure/managing-security-settings-for-your-organization/reviewing-the-audit-log-for-your-organization)."{% endif %} + +These {% data variables.product.prodname_oauth_apps %} are : + +- Git Credentials Manager +- GitHub Android +- {% data variables.product.prodname_cli %} +- {% data variables.product.prodname_desktop %} +- GitHub for Unity +- GitHub for VSCode +- GitHub iOS +- GitHub Mac +- GitHub Windows +- Visual Studio diff --git a/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps.md b/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps.md index 8eeb756adf..0630437010 100644 --- a/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps.md +++ b/content/apps/oauth-apps/using-oauth-apps/reviewing-your-authorized-oauth-apps.md @@ -28,3 +28,4 @@ shortTitle: Review OAuth apps {% ifversion fpt or ghec %} - "[AUTOTITLE](/get-started/exploring-integrations/about-integrations)"{% endif %} - "[AUTOTITLE](/apps/using-github-apps/reviewing-your-authorized-integrations)" +- "[AUTOTITLE](/apps/oauth-apps/using-oauth-apps/internal-oauth-apps)" diff --git a/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md b/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md index 7a07372ac7..3aab81a218 100644 --- a/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md +++ b/content/authentication/keeping-your-account-and-data-secure/removing-sensitive-data-from-a-repository.md @@ -197,6 +197,10 @@ After using either the BFG tool or `git filter-repo` to remove the sensitive dat ## Avoiding accidental commits in the future +{% ifversion fpt or ghec or ghes %} +Preventing contributors from making accidental commits can help you prevent sensitive information from being exposed. For more information see "[AUTOTITLE](/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization)." +{% endif %} + There are a few simple tricks to avoid committing things you don't want committed: - Use a visual program like [{% data variables.product.prodname_desktop %}](https://desktop.github.com/) or [gitk](https://git-scm.com/docs/gitk) to commit changes. Visual programs generally make it easier to see exactly which files will be added, deleted, and modified with each commit. diff --git a/content/billing/index.md b/content/billing/index.md index 77a5b071ca..213848c202 100644 --- a/content/billing/index.md +++ b/content/billing/index.md @@ -1,34 +1,34 @@ --- title: Billing and payments documentation shortTitle: Billing and payments -intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade or downgrade your account''s subscription and manage your billing settings at any time.{% elsif ghec or ghes or ghae %}{% data variables.product.company_short %} bills for your enterprise members'' {% ifversion ghec or ghae %}usage of {% data variables.product.product_name %}{% elsif ghes %} licence seats for {% data variables.product.product_name %}{% ifversion ghes %} and any additional services that you purchase{% endif %}{% endif %}. {% endif %}{% ifversion ghec %} You can view your subscription and manage your billing settings at any time. {% endif %}{% ifversion fpt or ghec %} You can also view usage and manage spending limits for {% data variables.product.product_name %} features such as {% data variables.product.prodname_actions %}, {% data variables.product.prodname_registry %}, and {% data variables.product.prodname_github_codespaces %}.{% endif %}' +intro: "Learn about the different components of your bill, and how you can view and manage those components." redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github - /categories/setting-up-and-managing-billing-and-payments-on-github introLinks: - overview: '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/about-billing-on-github{% elsif ghes%}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}' + overview: '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/about-billing-on-github{% elsif ghes%}/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise{% endif %}' featuredLinks: startHere: - '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/adding-or-editing-a-payment-method{% endif %}' - - '{% ifversion fpt %}/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription{% endif %}' - - '{% ifversion ghec %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}' + - '{% ifversion fpt %}/billing/managing-the-plan-for-your-github-accountt/upgrading-your-accounts-plan{% endif %}' + - '{% ifversion ghec %}/billing/managing-the-plan-for-your-github-accountt/about-billing-for-your-enterprise{% endif %}' - '{% ifversion fpt or ghec %}/billing/managing-your-github-billing-settings/setting-your-billing-email{% endif %}' - - '{% ifversion fpt or ghec %}/billing/managing-billing-for-your-github-account/about-per-user-pricing{% endif %}' - - '{% ifversion ghes %}/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}' + - '{% ifversion fpt or ghec %}/billing/managing-the-plan-for-your-github-account/about-per-user-pricing{% endif %}' + - '{% ifversion ghes %}/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}' - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise{% endif %}' - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/viewing-license-usage-for-github-enterprise{% endif %}' - - '{% ifversion ghae %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}' + - '{% ifversion ghae %}/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise{% endif %}' popular: - - '{% ifversion ghec %}/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}' - - '{% ifversion fpt or ghec %}/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription{% endif %}' + - '{% ifversion ghec %}/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account{% endif %}' + - '{% ifversion fpt or ghec %}/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan{% endif %}' - '{% ifversion fpt or ghec %}/billing/managing-billing-for-github-actions/about-billing-for-github-actions{% endif %}' - '{% ifversion fpt or ghec %}/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces{% endif %}' - '{% ifversion ghes %}/billing/managing-billing-for-github-advanced-security/about-billing-for-github-advanced-security{% endif %}' - '{% ifversion ghes %}/billing/managing-billing-for-github-advanced-security/viewing-your-github-advanced-security-usage{% endif %}' - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/uploading-a-new-license-to-github-enterprise-server{% endif %}' - - '{% ifversion ghae %}/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise{% endif %}' + - '{% ifversion ghae %}/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise{% endif %}' guideCards: - - /billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process + - /billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process - /billing/managing-billing-for-git-large-file-storage/upgrading-git-large-file-storage - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/downloading-your-license-for-github-enterprise{% endif %}' - '{% ifversion ghes %}/billing/managing-your-license-for-github-enterprise/syncing-license-usage-between-github-enterprise-server-and-github-enterprise-cloud{% endif %}' @@ -42,7 +42,7 @@ topics: - Billing children: - /managing-your-github-billing-settings - - /managing-billing-for-your-github-account + - /managing-the-plan-for-your-github-account - /managing-your-license-for-github-enterprise - /managing-licenses-for-visual-studio-subscriptions-with-github-enterprise - /managing-billing-for-github-actions @@ -55,4 +55,3 @@ children: - /managing-billing-for-git-large-file-storage - /setting-up-paid-accounts-for-procurement-companies --- - diff --git a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md index a6b314bac4..14d1dff2b6 100644 --- a/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/about-billing-for-github-actions.md @@ -25,7 +25,7 @@ shortTitle: Billing for GitHub Actions {% data reusables.actions.actions-spending-limit-brief %} For more information, see "[About spending limits](#about-spending-limits)." -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_actions %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_actions %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." Minutes reset every month, while storage usage does not. @@ -33,11 +33,11 @@ Minutes reset every month, while storage usage does not. {% note %} -**Note**: Entitlement minutes cannot be used for larger runners. These runners will always be charged for, including in public repos. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)." +**Note**: Included minutes cannot be used for larger runners. These runners will always be charged for, including in public repos. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates)." {% endnote %} -|Product | Storage | Minutes (per month)| +|Plan | Storage | Minutes (per month)| |------- | ------- | ---------| | {% data variables.product.prodname_free_user %} | 500 MB | 2,000 | | {% data variables.product.prodname_pro %} | 1 GB | 3,000 | @@ -73,7 +73,7 @@ The storage used by a repository is the total storage used by {% data variables. - {% data reusables.user-settings.context_switcher %} - {% data reusables.actions.about-larger-runners-billing %} - For {% data variables.actions.hosted_runner %}s, there is no additional cost for configurations that assign public static IP addresses to a {% data variables.actions.hosted_runner %}. For more information on {% data variables.actions.hosted_runner %}s, see "[AUTOTITLE](/actions/using-github-hosted-runners/using-larger-runners)." -- Entitlement minutes cannot be used for {% data variables.actions.hosted_runner %}s. +- Included minutes cannot be used for {% data variables.actions.hosted_runner %}s. - The {% data variables.actions.hosted_runner %}s are not free for public repositories. ## Calculating minute and storage spending diff --git a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md index 079bf84e4b..34d66c43b0 100644 --- a/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md +++ b/content/billing/managing-billing-for-github-actions/managing-your-spending-limit-for-github-actions.md @@ -24,7 +24,7 @@ shortTitle: Spending limits for Actions {% data reusables.actions.actions-packages-set-spending-limit %} For more information about pricing for {% data variables.product.prodname_actions %} usage, see "[AUTOTITLE](/billing/managing-billing-for-github-actions/about-billing-for-github-actions)." -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_actions %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_actions %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." As soon as you set a spending limit other than $0, you will be responsible for any existing overages in the current billing period. For example, if your organization uses {% data variables.product.prodname_team %}, does not allow overages, and creates workflow artifacts that increase your storage usage for the month from 1.9GB to 2.1GB, you will use slightly more storage than the 2GB your product includes. diff --git a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md index a7b7f638a5..36c136d0b1 100644 --- a/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces.md @@ -102,7 +102,7 @@ If you enable prebuilding of codespaces this will incur additional charges. For Billing for {% data variables.product.prodname_github_codespaces %} shares your account's existing payment method, and receipt. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/viewing-your-subscriptions-and-billing-date)." -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_github_codespaces %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_github_codespaces %} usage. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." ## About billing for compute usage diff --git a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md index baaf1090b9..8f2cefc8a2 100644 --- a/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md +++ b/content/billing/managing-billing-for-github-codespaces/managing-the-spending-limit-for-github-codespaces.md @@ -28,7 +28,7 @@ Once you've reached your spending limit, you will no longer be able to create ne ## Using your Azure Subscription -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_github_codespaces %} usage. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_github_codespaces %} usage. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." ## Managing the {% data variables.product.prodname_github_codespaces %} spending limit for your personal account diff --git a/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md b/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md index 1c531b36b1..c56f7be05a 100644 --- a/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md +++ b/content/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot.md @@ -8,9 +8,10 @@ topics: - Copilot shortTitle: Billing for GitHub Copilot --- + ## About billing for {% data variables.product.prodname_copilot %} -You can either set up a {% data variables.product.prodname_copilot %} subscription for your personal account, or you can set up a {% data variables.product.prodname_copilot_for_business %} subscription for your organization{% ifversion ghec %} or enterprise. If you are a member of a {% data variables.product.prodname_ghe_cloud %} organization with a {% data variables.product.prodname_copilot_for_business %} subscription, you will need to be assigned a seat by an organization admin.{% endif %} {% ifversion fpt %}For more information about {% data variables.product.prodname_copilot_for_individuals %}, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-individuals)."{% endif %} {% ifversion ghec %}For more information about {% data variables.product.prodname_copilot_for_business %}, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-business)."{% endif %} +You can either set up a {% data variables.product.prodname_copilot %} subscription for your personal account, or you can set up a {% data variables.product.prodname_copilot_for_business %} subscription for your organization{% ifversion ghec %} or enterprise. If you are a member of an organization with a {% data variables.product.prodname_copilot_for_business %} subscription, you will need to be assigned a seat by an organization owner{% endif %}. {% ifversion fpt %}For more information about {% data variables.product.prodname_copilot_for_individuals %}, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-individuals)."{% endif %} {% ifversion ghec %}For more information about {% data variables.product.prodname_copilot_for_business %}, see "[AUTOTITLE](/copilot/overview-of-github-copilot/about-github-copilot-for-business)."{% endif %} {% ifversion fpt %}Before starting a paid subscription for a personal account, you can set up a one-time {% data reusables.copilot.trial-period %}-day trial to evaluate {% data variables.product.prodname_copilot %}. To begin a trial, you will need to choose a monthly or yearly billing cycle, and provide a payment method. If you do not cancel the trial before the end of the {% data reusables.copilot.trial-period %} days, the trial will automatically convert to a paid subscription. You can cancel your {% data variables.product.prodname_copilot %} trial at any time during the {% data reusables.copilot.trial-period %} days and you won't be charged. If you cancel before the end of the trial, you will continue to have access to {% data variables.product.prodname_copilot %} until the {% data reusables.copilot.trial-period %}-day trial period ends. For more information, see "[AUTOTITLE](/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-personal-account)." diff --git a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md index 4a3a621090..dabf4b00e1 100644 --- a/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/about-billing-for-github-packages.md @@ -32,13 +32,13 @@ shortTitle: About billing {% endnote %} -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_registry %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_registry %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." Data transfer resets every month, while storage usage does not. {% rowheaders %} -Product | Storage | Data transfer (per month) +Plan | Storage | Data transfer (per month) ------- | ------- | --------- {% data variables.product.prodname_free_user %} | 500MB | 1GB {% data variables.product.prodname_pro %} | 2GB | 10GB diff --git a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md index 4604ff1f85..c5c7799cc7 100644 --- a/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md +++ b/content/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages.md @@ -25,7 +25,7 @@ shortTitle: Your spending limit {% data reusables.actions.actions-packages-set-spending-limit %} For more information about pricing for {% data variables.product.prodname_registry %} usage, see "[AUTOTITLE](/billing/managing-billing-for-github-packages/about-billing-for-github-packages)." -If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_registry %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +If you are an organization owner{% ifversion ghec %} or enterprise owner{% endif%}, you can connect an Azure Subscription ID to your organization {% ifversion ghec %}or enterprise{% endif%} account to enable and pay for {% data variables.product.prodname_registry %} usage beyond the amounts including with your account. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." As soon as you set a spending limit other than $0, you will be responsible for any existing overages in the current billing period. For example, if your organization uses {% data variables.product.prodname_team %}, does not allow overages, and publishes a new version of a private package that increases your storage usage for the month from 1.9GB to 2.1GB, publishing the version will use slightly more than the 2GB your product includes. diff --git a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md index 173e401f55..c4ce05bf0b 100644 --- a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md +++ b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/about-visual-studio-subscriptions-with-github-enterprise.md @@ -33,13 +33,13 @@ After you assign a license for {% data variables.visual_studio.prodname_vss_ghe The total quantity of your licenses for your enterprise on {% data variables.product.prodname_dotcom %} is the sum of any standard {% data variables.product.prodname_enterprise %} licenses and the number of {% data variables.product.prodname_vs %} subscription licenses that include access to {% data variables.product.prodname_dotcom %}. If the personal account for an enterprise member does not correspond with the email address for a {% data variables.product.prodname_vs %} subscriber, the license that the personal account consumes is unavailable for a {% data variables.product.prodname_vs %} subscriber. -For more information about {% data variables.product.prodname_enterprise %}, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products#github-enterprise)." For more information about accounts on {% data variables.product.prodname_dotcom_the_website %}, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)." +For more information about {% data variables.product.prodname_enterprise %}, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans#github-enterprise)." For more information about accounts on {% data variables.product.prodname_dotcom_the_website %}, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)." -You can view the number of {% data variables.product.prodname_enterprise %} licenses available to your enterprise on {% data variables.location.product_location %}. The list of pending invitations includes subscribers who are not yet members of at least one organization in your enterprise. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" and "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#viewing-members-and-outside-collaborators)." +You can view the number of {% data variables.product.prodname_enterprise %} licenses available to your enterprise on {% data variables.location.product_location %}. The list of pending invitations includes subscribers who are not yet members of at least one organization in your enterprise. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" and "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/viewing-people-in-your-enterprise#viewing-members-and-outside-collaborators)." {% tip %} -**Tip**: If you download a CSV file with your enterprise's license usage in step 6 of "[AUTOTITLE](/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account#viewing-the-subscription-and-usage-for-your-enterprise-account)," any members with a missing value for the "Name" or "Profile" columns have not yet accepted an invitation to join an organization within the enterprise. +**Tip**: If you download a CSV file with your enterprise's license usage in step 6 of "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account#viewing-the-subscription-and-usage-for-your-enterprise-account)," any members with a missing value for the "Name" or "Profile" columns have not yet accepted an invitation to join an organization within the enterprise. {% endtip %} diff --git a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md index c1cc609897..ef133fe73f 100644 --- a/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md +++ b/content/billing/managing-licenses-for-visual-studio-subscriptions-with-github-enterprise/setting-up-visual-studio-subscriptions-with-github-enterprise.md @@ -60,7 +60,7 @@ One person may be able to complete the tasks because the person has all of the r {% endtip %} -After {% data variables.visual_studio.prodname_vss_ghe %} is set up for subscribers on your team, enterprise owners can review licensing information on {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)." +After {% data variables.visual_studio.prodname_vss_ghe %} is set up for subscribers on your team, enterprise owners can review licensing information on {% data variables.location.product_location %}. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)." ## Further reading diff --git a/content/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts.md b/content/billing/managing-the-plan-for-your-github-account/about-billing-for-plans.md similarity index 53% rename from content/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts.md rename to content/billing/managing-the-plan-for-your-github-account/about-billing-for-plans.md index 411df1d046..de890ef642 100644 --- a/content/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts.md +++ b/content/billing/managing-the-plan-for-your-github-account/about-billing-for-plans.md @@ -1,6 +1,6 @@ --- -title: About billing for GitHub accounts -intro: '{% data variables.product.company_short %} offers free and paid products for every developer or team.' +title: About billing for plans +intro: '{% data variables.product.company_short %} offers free and paid plans for every developer or team.' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-for-github-accounts - /articles/what-is-the-total-cost-of-using-an-organization-account @@ -12,6 +12,7 @@ redirect_from: - /articles/github-s-billing-plans - /articles/about-billing-for-github-accounts - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/about-billing-for-github-accounts + - /billing/managing-billing-for-your-github-account/about-billing-for-github-accounts versions: fpt: '*' ghec: '*' @@ -21,14 +22,18 @@ topics: - Discounts - Fundamentals - Upgrades -shortTitle: About billing +shortTitle: About plans --- -For more information about the products available for your account, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products)." You can see pricing and a full list of features for each product at <{% data variables.product.pricing_url %}>. {% data variables.product.product_name %} does not offer custom products or subscriptions. +{% data reusables.billing.about-billing %} This article discusses the "plan" component of your bill, specifically. For more information about the other components, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." -You can choose monthly or yearly billing, and you can upgrade or downgrade your subscription at any time. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account)." +For more information about the plans available for your account, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)." -You can purchase other features and products with your existing {% data variables.product.product_name %} payment information. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." +You can see pricing and a full list of features for each plan at {% data variables.product.pricing_url %}. {% data variables.product.product_name %} does not offer custom products or plans. + +You can choose monthly or yearly billing, and you can upgrade or downgrade your plan at any time. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account)." + +You can purchase other subscriptions and usage-based billing with your existing payment information. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." {% data reusables.accounts.accounts-billed-separately %} diff --git a/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md b/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md similarity index 85% rename from content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md rename to content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md index 1924977d54..00b0bf2d07 100644 --- a/content/billing/managing-billing-for-your-github-account/about-per-user-pricing.md +++ b/content/billing/managing-the-plan-for-your-github-account/about-per-user-pricing.md @@ -5,6 +5,7 @@ redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/about-per-user-pricing - /articles/about-per-user-pricing - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/about-per-user-pricing + - /github/billing/managing-billing-for-your-github-account/about-per-user-pricing versions: fpt: '*' ghec: '*' @@ -21,9 +22,15 @@ topics: {% ifversion fpt %} -New organizations on {% data variables.product.prodname_dotcom_the_website %} can build public and open-source projects with {% data variables.product.prodname_free_team %}, or upgrade to a paid product with per-user pricing. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" and "[AUTOTITLE](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription)." +{% data reusables.billing.about-billing %} For organizations, the "plan" component of the bill is based on the number of licensed seats you choose to purchase. -Organizations using a paid subscription before May 11, 2016 can choose to stay on their existing per-repository plan or switch to per-user pricing. {% data variables.product.company_short %} will notify you twelve months before any mandated change to your subscription. For more information on switching your subscription, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription)." +New organizations on {% data variables.product.prodname_dotcom_the_website %} can build public and open-source projects with {% data variables.product.prodname_free_team %}, or upgrade to a paid plan. For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" and "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan)." + +{% note %} + +**Note:** Organizations who upgraded to a paid plan before May 11, 2016 can choose to stay on their existing per-repository plan or switch to per-user pricing. {% data variables.product.company_short %} will notify you twelve months before any mandated change to your subscription. For more information on switching your subscription, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan)." + +{% endnote %} {% else %} @@ -33,7 +40,7 @@ The foundation of your bill is the number of standard licensed seats that you ch To ensure the same user isn't consuming more than one license for multiple enterprise deployments, you can synchronize license usage between your {% data variables.product.prodname_ghe_server %} and {% data variables.product.prodname_ghe_cloud %} environments. For more information, see "[AUTOTITLE](/billing/managing-your-license-for-github-enterprise/about-licenses-for-github-enterprise)." -In addition to licensed seats, your bill may include other charges, such as {% data variables.product.prodname_GH_advanced_security %}. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)." +In addition to licensed seats, your bill may include other charges, such as {% data variables.product.prodname_GH_advanced_security %}. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)." {% endif %} ## People that consume a license @@ -116,13 +123,13 @@ You can change your {% data variables.product.prodname_dotcom %} subscription at {% endif %} -You can add more licensed seats to your {% ifversion fpt or ghec %} organization{% endif %}{% ifversion ghec %} or{% endif %}{% ifversion ghec or ghes %} enterprise{% endif %} at any time. If you pay for more seats than are being used, you can also reduce the number of seats.{% ifversion fpt %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription)" and "[AUTOTITLE](/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription)." +You can add more licensed seats to your {% ifversion fpt or ghec %} organization{% endif %}{% ifversion ghec %} or{% endif %}{% ifversion ghec or ghes %} enterprise{% endif %} at any time. If you pay for more seats than are being used, you can also reduce the number of seats.{% ifversion fpt %} For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan)" and "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan)." If you have questions about your subscription, contact {% data variables.contact.contact_support %}. To further support your team's collaboration abilities, you can upgrade to {% data variables.product.prodname_ghe_cloud %}, which includes features like SAML single sign-on and advanced auditing. {% data reusables.enterprise.link-to-ghec-trial %} -For more information about per-user pricing for {% data variables.product.prodname_ghe_cloud %}, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing). +For more information about per-user pricing for {% data variables.product.prodname_ghe_cloud %}, see [the {% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/billing/managing-the-plan-for-your-github-account/about-per-user-pricing). {% else %} @@ -131,7 +138,7 @@ If you use an enterprise account on {% data variables.product.prodname_dotcom_th {% endif %} {% ifversion ghec %} -If you use an individual organization on {% data variables.product.prodname_ghe_cloud %}, you can upgrade or downgrade your subscription. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription)" or "[AUTOTITLE](/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription)." If you have questions about your subscription, contact {% data variables.contact.contact_support %}. +If you use an individual organization on {% data variables.product.prodname_ghe_cloud %}, you can upgrade or downgrade your subscription. For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan)" or "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan)." If you have questions about your subscription, contact {% data variables.contact.contact_support %}. {% endif %} diff --git a/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription.md b/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md similarity index 92% rename from content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription.md rename to content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md index 3068adc7e5..d8542d7dfa 100644 --- a/content/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription.md +++ b/content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md @@ -1,11 +1,12 @@ --- title: Connecting an Azure subscription -intro: 'Organization owners {% ifversion ghec %} and enterprise owners {% endif %}can connect an Azure Subscription to their account to enable and pay for any {% data variables.product.prodname_dotcom %} metered services.' +intro: 'You can connect an Azure Subscription to your organization{% ifversion ghec %} or enterprise account{% endif %} to enable and pay for any {% data variables.product.prodname_dotcom %} metered services.' redirect_from: - /github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account/connecting-an-azure-subscription-to-your-enterprise - /github/setting-up-and-managing-billing-and-payments-on-github/connecting-an-azure-subscription-to-your-enterprise - /github/setting-up-and-managing-your-enterprise/connecting-an-azure-subscription-to-your-enterprise - - /enterprise-cloud@latest/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise + - /billing/managing-billing-for-your-github-account/connecting-an-azure-subscription-to-your-enterprise + - /billing/managing-billing-for-your-github-account/connecting-an-azure-subscription versions: fpt: '*' ghec: '*' @@ -29,6 +30,7 @@ If your organization is a part of an enterprise account, you can only connect yo {% endnote %} {% endif %} + After you connect an Azure subscription, you can also manage your spending limits. - "[AUTOTITLE](/billing/managing-billing-for-github-packages/managing-your-spending-limit-for-github-packages)" @@ -43,7 +45,7 @@ If the user does not have adequate permissions, the user must obtain admin appro ## Connecting your Azure subscription to your organization account -To connect your Azure subscription, you must have owner permissions to the subscription. +To connect your Azure subscription, you must have owner permissions to the Azure subscription and be an organization owner on {% data variables.product.prodname_dotcom %}. {% data reusables.profile.access_org %} {% data reusables.profile.org_settings %} @@ -64,7 +66,7 @@ To connect your Azure subscription, you must have owner permissions to the subsc ## Connecting your Azure subscription to your enterprise account -To connect your Azure subscription, you must have owner permissions to the subscription. +To connect your Azure subscription, you must have owner permissions to the Azure subscription and be an enterprise owner on {% data variables.product.prodname_dotcom %}. {% data reusables.enterprise-accounts.access-enterprise %} {% data reusables.enterprise-accounts.settings-tab %} diff --git a/content/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts.md b/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md similarity index 85% rename from content/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts.md rename to content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md index e1a05f984c..6ba4abe9ff 100644 --- a/content/billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts.md +++ b/content/billing/managing-the-plan-for-your-github-account/discounted-plans-for-github-accounts.md @@ -1,5 +1,5 @@ --- -title: Discounted subscriptions for GitHub accounts +title: Discounted plans for GitHub accounts intro: '{% data variables.product.product_name %} provides discounts to students, educators, educational institutions, nonprofits, and libraries.' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/discounted-subscriptions-for-github-accounts @@ -8,6 +8,7 @@ redirect_from: - /articles/discounted-billing-plans - /articles/discounted-subscriptions-for-github-accounts - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts + - /billing/managing-billing-for-your-github-account/discounted-subscriptions-for-github-accounts versions: fpt: '*' ghec: '*' @@ -18,11 +19,11 @@ topics: - Discounts - Nonprofits - User account -shortTitle: Discounted subscriptions +shortTitle: Discounted plans --- {% tip %} -**Tip**: Discounts for {% data variables.product.prodname_dotcom %} do not apply to subscriptions for other paid products and features. +**Tip**: Discounts for an account's plan do not apply to other subscriptions or usage-based billing. {% endtip %} @@ -38,7 +39,7 @@ Verified academic faculty can apply for {% data variables.product.prodname_team {% data variables.product.product_name %} provides free {% data variables.product.prodname_team %} for organizations with unlimited private repositories, unlimited collaborators, and a full feature set to qualifying 501(c)3 (or equivalent) organizations and libraries. You can request a discount for your organization on [our nonprofit page](https://github.com/nonprofit). -If your organization already has a paid subscription, your organization's last transaction will be refunded once your nonprofit discount has been applied. +If your organization already has a paid plan, your organization's last transaction will be refunded once your nonprofit discount has been applied. ## Further reading diff --git a/content/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription.md b/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md similarity index 73% rename from content/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription.md rename to content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md index 9d210759d9..964202d785 100644 --- a/content/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription.md +++ b/content/billing/managing-the-plan-for-your-github-account/downgrading-your-accounts-plan.md @@ -1,6 +1,6 @@ --- -title: Downgrading your GitHub subscription -intro: 'You can downgrade the subscription for any type of account on {% data variables.location.product_location %} at any time.' +title: Downgrading your account's plan +intro: 'You can downgrade the plan for any type of account on {% data variables.location.product_location %} at any time.' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/downgrading-your-github-subscription - /articles/downgrading-your-personal-account-s-billing-plan @@ -17,6 +17,7 @@ redirect_from: - /articles/downgrading-your-github-billing-plan - /articles/downgrading-your-github-subscription - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/downgrading-your-github-subscription + - /billing/managing-billing-for-your-github-account/downgrading-your-github-subscription versions: fpt: '*' ghec: '*' @@ -26,13 +27,14 @@ topics: - Organizations - Repositories - User account -shortTitle: Downgrade subscription +shortTitle: Downgrade plan --- -## Downgrading your {% data variables.product.product_name %} subscription -When you downgrade your personal account, organization, or enterprise account's subscription, pricing and account feature changes take effect on your next billing date. Changes to your paid account subscription does not affect subscriptions or payments for other paid {% data variables.product.prodname_dotcom %} features. For more information, see "[AUTOTITLE](/articles/how-does-upgrading-or-downgrading-affect-the-billing-process)." +## About downgrades -## Downgrading your personal account's subscription +When you downgrade your personal account, organization, or enterprise account's subscription, pricing and account feature changes take effect on your next billing date. Downgrading your plan does not affect other subscriptions or usage-based billing for your account. For more information, see "[AUTOTITLE](/articles/how-does-upgrading-or-downgrading-affect-the-billing-process)." + +## Downgrading your personal account's plan If you downgrade your personal account from {% data variables.product.prodname_pro %} to {% data variables.product.prodname_free_user %}, the account will lose access to advanced code review tools on private repositories. {% data reusables.gated-features.more-info %} @@ -44,11 +46,11 @@ If you downgrade your personal account from {% data variables.product.prodname_p If you published a {% data variables.product.prodname_pages %} site in a private repository and added a custom domain, remove or update your DNS records before downgrading from {% data variables.product.prodname_pro %} to {% data variables.product.prodname_free_user %}, to avoid the risk of a domain takeover. For more information, see "[AUTOTITLE](/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site)." -## Downgrading your organization's subscription +## Downgrading your organization's plan {% data reusables.dotcom_billing.org-billing-perms %} -After an organization's subscription is downgraded, the organization will lose access to any functionality that is not included its new plan. If an advanced feature, such as {% data variables.product.prodname_pages %}, is not available for private repositories in your new plan, consider whether you'd like to retain access to the feature by making affected repositories public. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)." +After an organization's plan is downgraded, the organization will lose access to any functionality that is not included in the new plan. If an advanced feature, such as {% data variables.product.prodname_pages %}, is not available for private repositories in your new plan, consider whether you'd like to retain access to the feature by making affected repositories public. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)." Downgrading from {% data variables.product.prodname_ghe_cloud %} disables any SAML settings. If you later purchase {% data variables.product.prodname_enterprise %}, you will need to reconfigure SAML. @@ -63,14 +65,14 @@ Downgrading from {% data variables.product.prodname_ghe_cloud %} disables any SA  {% data reusables.dotcom_billing.confirm_cancel_org_plan %} -## Downgrading an organization's subscription with legacy per-repository pricing +## Downgrading an organization's plan with legacy per-repository pricing {% data reusables.dotcom_billing.org-billing-perms %} -{% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription#switching-your-organization-from-per-repository-to-per-user-pricing)." +{% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan#switching-your-organization-from-per-repository-to-per-user-pricing)." {% data reusables.organizations.billing-settings %} -1. Under "Subscriptions", next to your current subscription, select the **Edit** dropdown menu and click **Edit plan**. +5. Under "Subscriptions", next to your current plan, select the **Edit** dropdown menu and click **Edit plan**. 1. Under "Billing/Plans", next to the plan you want to change, click **Downgrade**. 1. Enter the reason you're downgrading your account, then click **Downgrade plan**. @@ -87,12 +89,11 @@ To reduce the number of paid seats your organization uses, you can remove member 1. Review the information about your new payment on your next billing date, then click **Remove seats**. {% ifversion ghec %} - -## Downgrading your enterprise account's subscription +## Downgrading your enterprise account's plan Enterprise accounts are only available with {% data variables.product.prodname_enterprise %}, so it's not possible to downgrade an enterprise account to another plan. -To downgrade the subscription of an individual organization within the enterprise account, you must remove the organization from the enterprise account first. For more information, see "[AUTOTITLE](/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise)." +To downgrade the plan of an individual organization within the enterprise account, you must remove the organization from the enterprise account first. For more information, see "[AUTOTITLE](/admin/user-management/managing-organizations-in-your-enterprise/removing-organizations-from-your-enterprise)." If you want to stop paying for {% data variables.product.prodname_enterprise %} altogether, you can [contact our sales team](https://github.com/enterprise/contact). All organizations owned by the enterprise account will removed from the enterprise, and the enterprise account will be frozen. @@ -114,7 +115,7 @@ If you want to stop paying for {% data variables.product.prodname_enterprise %} ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" +- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" +- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" - "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-per-user-pricing)" +- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" diff --git a/content/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md b/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md similarity index 88% rename from content/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md rename to content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md index 0ccbf8cf76..1fba13020d 100644 --- a/content/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md +++ b/content/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process.md @@ -5,6 +5,7 @@ redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/how-does-upgrading-or-downgrading-affect-the-billing-process - /articles/how-does-upgrading-or-downgrading-affect-the-billing-process - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process + - /billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process versions: fpt: '*' ghec: '*' @@ -18,7 +19,7 @@ shortTitle: Billing process --- Changes to your paid personal account or organization subscription does not affect subscriptions or payments for other paid {% data variables.product.prodname_dotcom %} features, such as {% data variables.large_files.product_name_long %} or paid apps purchased in {% data variables.product.prodname_marketplace %}. -For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" and "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." +For more information, see "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" and "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." ## Example of canceling a paid subscription for a personal account or organization @@ -38,7 +39,7 @@ Stefan's organization pays for 50 seats every year on May 20th. If Stefan remove ## Further reading -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account)" +- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account)" - "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps)" - "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage)" -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-per-user-pricing)" +- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" diff --git a/content/billing/managing-billing-for-your-github-account/index.md b/content/billing/managing-the-plan-for-your-github-account/index.md similarity index 50% rename from content/billing/managing-billing-for-your-github-account/index.md rename to content/billing/managing-the-plan-for-your-github-account/index.md index dbfa437297..c09366ce10 100644 --- a/content/billing/managing-billing-for-your-github-account/index.md +++ b/content/billing/managing-the-plan-for-your-github-account/index.md @@ -1,7 +1,7 @@ --- -title: Managing billing for your GitHub account -shortTitle: Your GitHub account -intro: '{% ifversion fpt %}{% data variables.product.product_name %} offers free and paid products for every account. You can upgrade, downgrade, and view pending changes to your account''s subscription at any time.{% elsif ghec or ghes or ghae %}You can manage billing for {% data variables.product.product_name %}{% ifversion ghae %}.{% elsif ghec or ghes %} from your enterprise account on {% data variables.product.prodname_dotcom_the_website %}.{% endif %}{% endif %}' +title: Managing the plan for your GitHub account +shortTitle: Manage your plan +intro: "{% ifversion fpt %}You can upgrade, downgrade, and view pending changes to your account's plan at any time.{% elsif ghec or ghes or ghae %}You can manage billing for {% data variables.product.product_name %}{% ifversion ghae %}.{% elsif ghec or ghes %} from your enterprise account on {% data variables.product.prodname_dotcom_the_website %}.{% endif %}{% endif %}" redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account - /categories/97/articles @@ -13,22 +13,21 @@ redirect_from: - /categories/3/articles - /articles/managing-your-organization-s-paid-seats - /articles/managing-billing-for-your-github-account + - /billing/managing-billing-for-your-github-account versions: fpt: '*' ghec: '*' ghes: '*' - ghae: '*' children: - - /about-billing-for-github-accounts - - /about-billing-for-your-enterprise + - /about-billing-for-plans - /about-per-user-pricing - /viewing-the-subscription-and-usage-for-your-enterprise-account - - /upgrading-your-github-subscription - - /viewing-and-managing-pending-changes-to-your-subscription - - /downgrading-your-github-subscription + - /upgrading-your-accounts-plan + - /viewing-and-managing-pending-changes-to-your-plan + - /downgrading-your-accounts-plan - /managing-invoices-for-your-enterprise - /connecting-an-azure-subscription - /how-does-upgrading-or-downgrading-affect-the-billing-process - /one-time-payments-for-customers-in-india - - /discounted-subscriptions-for-github-accounts + - /discounted-plans-for-github-accounts --- diff --git a/content/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise.md b/content/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise.md similarity index 90% rename from content/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise.md rename to content/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise.md index 976ab35ecd..ffbf7dc3de 100644 --- a/content/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise.md +++ b/content/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise.md @@ -2,6 +2,8 @@ title: Managing invoices for your enterprise shortTitle: Manage invoices intro: 'You can view, pay, or download a current invoice for your enterprise, and you can view your payment history.' +redirect_from: + - /billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise versions: ghec: '*' type: how_to @@ -12,11 +14,11 @@ topics: ## About invoices for your enterprise -For invoiced {% data variables.product.prodname_enterprise %} customers, {% data variables.product.company_short %} bills through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise)." +For invoiced {% data variables.product.prodname_enterprise %} customers, {% data variables.product.company_short %} bills through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise)." Only invoiced customers can view invoices on {% data variables.product.prodname_dotcom %}. If you pay automatically via credit card or PayPal, you can view receipts and payment history instead. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/viewing-your-payment-history-and-receipts)." -For more information about viewing the subscription and usage for your enterprise account, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)." +For more information about viewing the subscription and usage for your enterprise account, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)." {% data reusables.billing.ghes-with-no-enterprise-account %} diff --git a/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md b/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md similarity index 98% rename from content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md rename to content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md index 070581d751..224ad4efef 100644 --- a/content/billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india.md +++ b/content/billing/managing-the-plan-for-your-github-account/one-time-payments-for-customers-in-india.md @@ -3,6 +3,7 @@ title: One-time payments for customers in India intro: Customers in India who have been impacted by the Reserve Bank of India's recurring payment regulation can now make one-time payments for their GitHub subscriptions and services. redirect_from: - /early-access/billing/india-rbi-regulation + - /billing/managing-billing-for-your-github-account/one-time-payments-for-customers-in-india versions: fpt: '*' ghec: '*' diff --git a/content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md similarity index 78% rename from content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md rename to content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md index b828bd42cf..bbb849bec6 100644 --- a/content/billing/managing-billing-for-your-github-account/upgrading-your-github-subscription.md +++ b/content/billing/managing-the-plan-for-your-github-account/upgrading-your-accounts-plan.md @@ -1,6 +1,6 @@ --- -title: Upgrading your GitHub subscription -intro: 'You can upgrade the subscription for any type of account on {% data variables.location.product_location %} at any time.' +title: Upgrading your account's plan +intro: 'You can upgrade the plan for any type of account on {% data variables.location.product_location %} at any time.' redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/upgrading-your-github-subscription - /articles/upgrading-your-personal-account-s-billing-plan @@ -19,6 +19,7 @@ redirect_from: - /articles/upgrading-your-github-billing-plan - /articles/upgrading-your-github-subscription - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/upgrading-your-github-subscription + - /billing/managing-billing-for-your-github-account/upgrading-your-github-subscription versions: fpt: '*' ghec: '*' @@ -28,18 +29,20 @@ topics: - Troubleshooting - Upgrades - User account -shortTitle: Upgrade your subscription +shortTitle: Upgrade your plan --- -## About subscription upgrades +## About upgrades {% data reusables.accounts.accounts-billed-separately %} -When you upgrade the subscription for an account, the upgrade changes the paid features available for that account only, and not any other accounts you use. +Upgrading your plan does not affect other subscriptions or usage-based billing for your account. For more information, see "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." -## Upgrading your personal account's subscription +## Upgrading your personal account's plan -You can upgrade your personal account from {% data variables.product.prodname_free_user %} to {% data variables.product.prodname_pro %} to get advanced code review tools on private repositories owned by your personal account. Upgrading your personal account does not affect any organizations you may manage or repositories owned by those organizations. {% data reusables.gated-features.more-info %} +You can upgrade your personal account from {% data variables.product.prodname_free_user %} to {% data variables.product.prodname_pro %} to get advanced code review tools on private repositories owned by your personal account. + +Upgrading your personal account does not affect any organizations you may manage or repositories owned by those organizations. {% data reusables.gated-features.more-info %} {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.billing_plans %} @@ -51,13 +54,15 @@ You can upgrade your personal account from {% data variables.product.prodname_fr {% data reusables.dotcom_billing.enter-payment-info %} {% data reusables.dotcom_billing.finish_upgrade %} -## Managing your organization's subscription +## Managing your organization's plan -You can upgrade your organization's subscription to a different product, add seats to your existing product, or switch from per-repository to per-user pricing. +You can upgrade your organization's plan, add seats to your existing plan, or switch from per-repository to per-user pricing. -### Upgrading your organization's subscription +### Upgrading your organization's plan -You can upgrade your organization from {% data variables.product.prodname_free_team %} for an organization to {% data variables.product.prodname_team %} to access advanced collaboration and management tools for teams, or upgrade your organization to {% data variables.product.prodname_ghe_cloud %} for additional security, compliance, and deployment controls. Upgrading an organization does not affect your personal account or repositories owned by your personal account. {% data reusables.gated-features.more-info-org-products %} +You can upgrade your organization from {% data variables.product.prodname_free_team %} for an organization to {% data variables.product.prodname_team %} to access advanced collaboration and management tools for teams, or upgrade your organization to {% data variables.product.prodname_ghe_cloud %} for additional security, compliance, and deployment controls. + +Upgrading an organization does not affect your personal account or repositories owned by your personal account. {% data reusables.gated-features.more-info-org-products %} {% data reusables.dotcom_billing.org-billing-perms %} @@ -87,7 +92,7 @@ If you'd like additional users to have access to your {% data variables.product. ### Switching your organization from per-repository to per-user pricing -{% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-per-user-pricing)." +{% data reusables.dotcom_billing.switch-legacy-billing %} For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)." {% data reusables.organizations.billing-settings %} 1. To the right of your plan name, select the **Edit** dropdown menu, then click **Edit plan**. @@ -121,6 +126,6 @@ If you'd like additional users to have access to your {% data variables.product. ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" +- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" +- "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/how-does-upgrading-or-downgrading-affect-the-billing-process)" - "[AUTOTITLE](/billing/managing-your-github-billing-settings/about-billing-on-github)." diff --git a/content/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription.md b/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md similarity index 65% rename from content/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription.md rename to content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md index 7a113fbda6..fb4fc35011 100644 --- a/content/billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription.md +++ b/content/billing/managing-the-plan-for-your-github-account/viewing-and-managing-pending-changes-to-your-plan.md @@ -1,6 +1,6 @@ --- -title: Viewing and managing pending changes to your subscription -intro: You can view and cancel pending changes to your subscriptions before they take effect on your next billing date. +title: Viewing and managing pending changes to your plan +intro: You can view and cancel pending changes to your plan before they take effect on your next billing date. redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/viewing-and-managing-pending-changes-to-your-subscription - /articles/viewing-and-managing-pending-changes-to-your-personal-account-s-billing-plan @@ -8,6 +8,7 @@ redirect_from: - /articles/viewing-and-managing-pending-changes-to-your-billing-plan - /articles/viewing-and-managing-pending-changes-to-your-subscription - /github/setting-up-and-managing-billing-and-payments-on-github/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription + - /billing/managing-billing-for-your-github-account/viewing-and-managing-pending-changes-to-your-subscription versions: fpt: '*' ghec: '*' @@ -15,13 +16,16 @@ type: how_to topics: - Organizations - User account -shortTitle: Pending subscription changes +shortTitle: Pending plan changes --- -You can cancel pending changes to your account's subscription as well as pending changes to your subscriptions to other paid features and products. -When you cancel a pending change, your subscription will not change on your next billing date (unless you make a subsequent change to your subscription before your next billing date). +## About pending plan changes -## Viewing and managing pending changes to your personal account's subscription +You can cancel pending changes to your account's plan as well as pending changes to other subscriptions and usage-based billing. + +When you cancel a pending change, your plan will not change until your next billing date. + +## Viewing and managing pending changes to your personal account's plan {% data reusables.user-settings.access_settings %} {% data reusables.user-settings.billing_plans %} @@ -29,7 +33,7 @@ When you cancel a pending change, your subscription will not change on your next {% data reusables.dotcom_billing.cancel-pending-changes %} {% data reusables.dotcom_billing.confirm-cancel-pending-changes %} -## Viewing and managing pending changes to your organization's subscription +## Viewing and managing pending changes to your organization's plan {% data reusables.organizations.billing-settings %} {% data reusables.dotcom_billing.review-pending-changes %} @@ -38,4 +42,4 @@ When you cancel a pending change, your subscription will not change on your next ## Further reading -- "[AUTOTITLE](/get-started/learning-about-github/githubs-products)" +- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)" diff --git a/content/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md b/content/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md similarity index 88% rename from content/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md rename to content/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md index 0d94e56f59..7f0292d958 100644 --- a/content/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md +++ b/content/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account.md @@ -3,6 +3,7 @@ title: Viewing the subscription and usage for your enterprise account intro: 'You can view the current {% ifversion ghec %}subscription, {% endif %}license usage{% ifversion ghec %}, invoices, payment history, and other billing information{% endif %} for {% ifversion ghec %}your enterprise account{% elsif ghes %}{% data variables.location.product_location_enterprise %}{% endif %}.' permissions: 'Enterprise owners {% ifversion ghec %}and billing managers {% endif %}can access and manage all billing settings for enterprise accounts.' redirect_from: + - /billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account - /github/setting-up-and-managing-your-enterprise/managing-your-enterprise-account/viewing-the-subscription-and-usage-for-your-enterprise-account - /github/setting-up-and-managing-your-enterprise-account/viewing-the-subscription-and-usage-for-your-enterprise-account - /articles/viewing-the-subscription-and-usage-for-your-enterprise-account @@ -19,19 +20,19 @@ shortTitle: View subscription & usage You can view an overview of {% ifversion ghec %}your subscription and paid{% elsif ghes %}the license{% endif %} usage for {% ifversion ghec %}your{% elsif ghes %}the{% endif %} enterprise account on {% ifversion ghec %}{% data variables.product.prodname_dotcom_the_website %}{% elsif ghes %}{% data variables.location.product_location %}{% endif %}.{% ifversion ghec %} {% data reusables.enterprise.create-an-enterprise-account %} For more information, see "[AUTOTITLE](/enterprise-cloud@latest/admin/overview/creating-an-enterprise-account)."{% endif %} -For invoiced {% data variables.product.prodname_enterprise %} customers{% ifversion ghes %} who use both {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}{% endif %}, each invoice includes details about billed services for all products. For example, in addition to your usage for {% ifversion ghec %}{% data variables.product.prodname_ghe_cloud %}{% elsif ghes %}{% data variables.product.product_name %}{% endif %}, you may have usage for {% data variables.product.prodname_GH_advanced_security %}{% ifversion ghec %}, {% elsif ghes %}. You may also have usage on {% data variables.product.prodname_dotcom_the_website %}, like {% endif %}paid licenses in organizations outside of your enterprise account, data packs for {% data variables.large_files.product_name_long %}, or subscriptions to apps in {% data variables.product.prodname_marketplace %}. For more information about invoices, see "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise){% ifversion ghec %}."{% elsif ghes %}" in the {% data variables.product.prodname_dotcom_the_website %} documentation.{% endif %} +For invoiced {% data variables.product.prodname_enterprise %} customers{% ifversion ghes %} who use both {% data variables.product.prodname_ghe_cloud %} and {% data variables.product.prodname_ghe_server %}{% endif %}, each invoice includes details about billed services for all products. For example, in addition to your usage for {% ifversion ghec %}{% data variables.product.prodname_ghe_cloud %}{% elsif ghes %}{% data variables.product.product_name %}{% endif %}, you may have usage for {% data variables.product.prodname_GH_advanced_security %}{% ifversion ghec %}, {% elsif ghes %}. You may also have usage on {% data variables.product.prodname_dotcom_the_website %}, like {% endif %}paid licenses in organizations outside of your enterprise account, data packs for {% data variables.large_files.product_name_long %}, or subscriptions to apps in {% data variables.product.prodname_marketplace %}. For more information about invoices, see "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise){% ifversion ghec %}."{% elsif ghes %}" in the {% data variables.product.prodname_dotcom_the_website %} documentation.{% endif %} {% ifversion ghec %} In addition to enterprise owners, billing managers can view the subscription and usage for your enterprise account. For more information, see "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise#billing-manager)" and "[AUTOTITLE](/admin/user-management/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise)." -{% data reusables.enterprise-accounts.billing-azure-subscription-enterprise-only %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +{% data reusables.enterprise-accounts.billing-azure-subscription-enterprise-only %} For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." {% endif %} {% ifversion ghes %} -If you want to view an overview of your subscription and usage for {% data variables.product.prodname_enterprise %} and any related services on {% data variables.product.prodname_dotcom_the_website %}, see "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" in the {% data variables.product.prodname_ghe_cloud %} documentation. +If you want to view an overview of your subscription and usage for {% data variables.product.prodname_enterprise %} and any related services on {% data variables.product.prodname_dotcom_the_website %}, see "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" in the {% data variables.product.prodname_ghe_cloud %} documentation. {% endif %} diff --git a/content/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise.md b/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md similarity index 90% rename from content/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise.md rename to content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md index 312d3c7ff0..d00c818bba 100644 --- a/content/billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise.md +++ b/content/billing/managing-your-github-billing-settings/about-billing-for-your-enterprise.md @@ -6,6 +6,7 @@ redirect_from: - /enterprise/admin/installation/managing-billing-for-github-enterprise - /enterprise/admin/overview/managing-billing-for-github-enterprise - /admin/overview/managing-billing-for-github-enterprise + - /billing/managing-billing-for-your-github-account/about-billing-for-your-enterprise versions: ghec: '*' ghes: '*' @@ -49,7 +50,7 @@ When you use an enterprise account on {% data variables.location.product_locatio If you use {% data variables.product.product_name %} with an individual organization and do not yet have an enterprise account, you create an enterprise account and add your organization. For more information, see "[AUTOTITLE](/admin/overview/creating-an-enterprise-account)." -{% data variables.product.company_short %} bills monthly for the total number of licensed seats for your enterprise account, as well as any additional services you use with {% data variables.product.prodname_ghe_cloud %}, such as {% data variables.product.prodname_actions %} minutes. If you use a standalone organization on {% data variables.product.product_name %}, you'll be billed at the organization level for all usage. For more information your bill's license seats, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-per-user-pricing)." +{% data variables.product.company_short %} bills monthly for the total number of licensed seats for your enterprise account, as well as any additional services you use with {% data variables.product.prodname_ghe_cloud %}, such as {% data variables.product.prodname_actions %} minutes. If you use a standalone organization on {% data variables.product.product_name %}, you'll be billed at the organization level for all usage. For more information your bill's license seats, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)." {% elsif ghes %} @@ -60,15 +61,15 @@ Each user on {% data variables.location.product_location %} consumes a seat on y {% ifversion ghec %}For {% data variables.product.prodname_ghe_cloud %} customers with an enterprise account, {% data variables.product.company_short %} bills through your enterprise account on {% data variables.product.prodname_dotcom_the_website %}. For invoiced customers, each{% elsif ghes %}For invoiced {% data variables.product.prodname_enterprise %} customers, {% data variables.product.company_short %} bills through an enterprise account on {% data variables.product.prodname_dotcom_the_website %}. Each{% endif %} invoice includes a single bill charge for all of your paid {% data variables.product.prodname_dotcom_the_website %} services and any {% data variables.product.prodname_ghe_server %} instances. For more information about {% ifversion ghes %}licensing, usage, and invoices{% elsif ghec %}usage and invoices{% endif %}, see the following{% ifversion ghes %} in the {% data variables.product.prodname_ghe_cloud %} documentation.{% else %}.{% endif %} {%- ifversion ghes %} -- "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-billing-for-your-github-account/about-per-user-pricing)" +- "[AUTOTITLE](/enterprise-cloud@latest/billing/managing-the-plan-for-your-github-account/about-per-user-pricing)" {%- endif %} -- "[Viewing the subscription and usage for your enterprise account]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-billing-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" -- "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-billing-for-your-github-account/managing-invoices-for-your-enterprise)" +- "[Viewing the subscription and usage for your enterprise account]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/viewing-the-subscription-and-usage-for-your-enterprise-account)" +- "[Managing invoices for your enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/billing/managing-the-plan-for-your-github-account/managing-invoices-for-your-enterprise)" Administrators for your enterprise account on {% data variables.product.prodname_dotcom_the_website %} can access and manage billing for the enterprise. For more information, see "[Roles in an enterprise]({% ifversion ghes %}/enterprise-cloud@latest{% endif %}/admin/user-management/managing-users-in-your-enterprise/roles-in-an-enterprise){% ifversion ghec %}."{% elsif ghes %}" in the {% data variables.product.prodname_ghe_cloud %} documentation.{% endif %} {% ifversion ghec %} -{% data reusables.enterprise-accounts.billing-azure-subscription-enterprise-only %} For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/connecting-an-azure-subscription)." +{% data reusables.enterprise-accounts.billing-azure-subscription-enterprise-only %} For more information, see "[AUTOTITLE](/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription)." {% endif %} {% ifversion ghes %} diff --git a/content/billing/managing-your-github-billing-settings/about-billing-on-github.md b/content/billing/managing-your-github-billing-settings/about-billing-on-github.md index 1cd4ce59cb..2b45ff1433 100644 --- a/content/billing/managing-your-github-billing-settings/about-billing-on-github.md +++ b/content/billing/managing-your-github-billing-settings/about-billing-on-github.md @@ -1,6 +1,6 @@ --- title: About billing on GitHub -intro: 'Everything you purchase on {% data variables.product.prodname_dotcom %} shares your account''s billing date, payment method, and receipt.' +intro: "Your bill is a combination of charges for your subscriptions, including your account's plan, and usage-based billing." redirect_from: - /github/setting-up-and-managing-billing-and-payments-on-github/about-billing-on-github - /articles/about-billing-on-github @@ -12,23 +12,110 @@ type: overview topics: - Fundamentals --- -## Paid features and products -You can upgrade your personal account or organization to a paid subscription at any time. You can also choose to purchase apps from {% data variables.product.prodname_marketplace %} or upgrade storage and bandwidth for {% data variables.large_files.product_name_long %}. For more information, see: -- "[AUTOTITLE](/billing/managing-billing-for-your-github-account/about-billing-for-github-accounts)" -- "[AUTOTITLE](/billing/managing-billing-for-github-marketplace-apps/about-billing-for-github-marketplace)" -- "[AUTOTITLE](/billing/managing-billing-for-git-large-file-storage/about-billing-for-git-large-file-storage)" -- "[AUTOTITLE](/billing/managing-billing-for-github-sponsors/about-billing-for-github-sponsors)" +## About billing on {% data variables.product.prodname_dotcom %} + +{% data variables.product.company_short %} bills separately for each account. This means that you will receive a separate bill for your personal account and for each organization or enterprise account you own. For more information about account types, see "[AUTOTITLE](/get-started/learning-about-github/types-of-github-accounts)." + +You can switch between the billing settings for each of your accounts by using the context switcher. For more information, see "[Switching between settings for your different accounts](#switching-between-settings-for-your-different-accounts)." + +The bill for each account is a combination of subscriptions and usage-based billing. Subscriptions include your account's plan, such as {% data variables.product.prodname_pro %} or {% data variables.product.prodname_team %}, as well as paid products that have a consistent monthly cost, such as {% data variables.product.prodname_copilot %} and apps from {% data variables.product.prodname_marketplace %}. + +Usage-based billing applies when the cost of a paid product depends on how much you use the product. For example, the cost of {% data variables.product.prodname_actions %} depends on how many minutes your jobs spend running and how much storage your artifacts use. + +Your plan may come with included amounts of usage-based products. For example, with {% data variables.product.prodname_pro %}, your personal account gets 3,000 minutes of {% data variables.product.prodname_actions %} usage for free each month. You can control usage beyond the included amounts by setting spending limits. + +## Included amounts by plan + +
| Product | +Usage | +{% data variables.product.prodname_free_user %} | +{% data variables.product.prodname_pro %} | +{% data variables.product.prodname_free_team %} for organizations | +{% data variables.product.prodname_team %} | +{% data variables.product.prodname_ghe_cloud %} | +
|---|---|---|---|---|---|---|
| {% data variables.product.prodname_actions %} | +Storage | +500 MB + | 1 GB + | 500 MB + | 2 GB + | 50 GB + |
| Minutes (per month) | +2,000 + | 3,000 + | 2,000 + | 3,000 + | 50,000 + | |
| {% data variables.product.prodname_github_codespaces %} | +Storage (per month) | +15 GB + | 20 GB + | None + | None + | None + |
| Core hours (per month) | +120 + | 180 + | None + | None + | None + | |
| {% data variables.product.prodname_registry %} | +Storage | +500 MB + | 2 GB + | 500 MB + | 2 GB + | 50 GB + |
| Data transfer (per month) | +1 GB + | 10 GB + | 1 GB + | 10 GB + | 100 GB + | |
| {% data variables.large_files.product_name_long %} | +Storage (per month) | +1 GB + | 1 GB + | 1 GB + | 1 GB + | 1 GB + |
| Bandwidth (per month) | +1 GB + | 1 GB + | 1 GB + | 1 GB + | 1 GB + |
dependency-name | Use to ignore updates for dependencies with matching names, optionally using `*` to match zero or more characters.For Java dependencies, the format of the `dependency-name` attribute is: `groupId:artifactId` (for example: `org.kohsuke:github-api`).{% ifversion dependabot-grouped-dependencies %} To prevent {% data variables.product.prodname_dependabot %} from automatically updating TypeScript type definitions from DefinitelyTyped, use `@types/*`.{% endif %} |
+| `versions` | Use to ignore specific versions or ranges of versions. If you want to define a range, use the standard pattern for the package manager.For example, for npm, use `^1.0.0`; for Bundler, use `~> 2.0`; for Docker, use Ruby version syntax; for NuGet, use `7.*`. |
+| update-types | Use to ignore types of updates, such as semver `major`, `minor`, or `patch` updates on version updates (for example: `version-update:semver-patch` will ignore patch updates). You can combine this with `dependency-name: "*"` to ignore particular `update-types` for all dependencies.Currently, `version-update:semver-major`, `version-update:semver-minor`, and `version-update:semver-patch` are the only supported options. |
{% data reusables.dependabot.option-affects-security-updates %}
@@ -391,11 +391,11 @@ updates:
interval: "weekly"
ignore:
- dependency-name: "express"
- # For Express, ignore all updates for version 4 and 5
+ # For Express, ignore all Dependabot updates for version 4 and 5
versions: ["4.x", "5.x"]
# For Lodash, ignore all updates
- dependency-name: "lodash"
- # For AWS SDK, ignore all patch updates
+ # For AWS SDK, ignore all patch updates for version updates only
- dependency-name: "aws-sdk"
update-types: ["version-update:semver-patch"]
```
diff --git a/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md b/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md
index 31a67eb2ff..561f94c6bc 100644
--- a/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md
+++ b/content/code-security/getting-started/best-practices-for-preventing-data-leaks-in-your-organization.md
@@ -18,7 +18,7 @@ shortTitle: Prevent data leaks
As an organization owner, preventing exposure of private or sensitive data should be a top priority. Whether intentional or accidental, data leaks can cause substantial risk to the parties involved. While {% data variables.product.prodname_dotcom %} takes measures to help protect you against data leaks, you are also responsible for administering your organization to harden security.
-There are several key components when it comes to defending against data leaks:
+There are several key components when it comes to defending against data leaks:
- Taking a proactive approach towards prevention
- Early detection of possible leaks
@@ -28,7 +28,7 @@ The best approach will depend on the type of organization you're managing. For e
## Secure accounts
-Security best practices include:
+Protect your organization's repositories and settings by implementing security best practices, including enabling 2FA and requiring it for all members, and establishing strong password guidelines.
{% ifversion ghec %}- Enabling secure authentication processes by using SAML and SCIM integrations, as well as 2FA authentication whenever possible. For more information, see "[AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/about-identity-and-access-management-with-saml-single-sign-on)," "[AUTOTITLE](/organizations/managing-saml-single-sign-on-for-your-organization/about-scim-for-organizations)," and "[AUTOTITLE](/authentication/securing-your-account-with-two-factor-authentication-2fa)." {% endif %}
@@ -67,13 +67,13 @@ No matter how well you tighten your organization to prevent data leaks, some may
{% ifversion fpt or ghec %}
There are two forms of {% data variables.product.prodname_secret_scanning %} available: **{% data variables.secret-scanning.partner_alerts_caps %}** and **{% data variables.secret-scanning.user_alerts_caps %}**.
-- {% data variables.secret-scanning.partner_alerts_caps %}—These are enabled by default and automatically run on all public repositories and public npm packages.
+- {% data variables.secret-scanning.partner_alerts_caps %}—These are enabled by default and automatically run on all public repositories and public npm packages.
- {% data variables.secret-scanning.user_alerts_caps %}—To get additional scanning capabilities for your organization, you need to enable {% data variables.secret-scanning.user_alerts %}.
- When enabled, {% data variables.secret-scanning.user_alerts %} can be detected on the following types of repository:{% ifversion fpt %}
+ When enabled, {% data variables.secret-scanning.user_alerts %} can be detected on the following types of repository:{% ifversion fpt %}
- Public repositories owned by personal accounts on {% data variables.product.prodname_dotcom_the_website %}
- Public repositories owned by organizations
- - Private and internal repositorites owned by organizations using {% data variables.product.prodname_ghe_cloud %}, when you have a license for {% data variables.product.prodname_GH_advanced_security %}{% elsif ghec %}
+ - Private and internal repositorites owned by organizations using {% data variables.product.prodname_ghe_cloud %}, when you have a license for {% data variables.product.prodname_GH_advanced_security %}{% elsif ghec %}
- Public repositories owned by organizations that use {% data variables.product.prodname_ghe_cloud %} (for free)
- Private and internal repositorites when you have a license for {% data variables.product.prodname_GH_advanced_security %}{% endif %}
{% endif %}
@@ -98,7 +98,7 @@ If a user pushes sensitive data, ask them to remove it by using the `git filter-
At the organization level, if you're unable to coordinate with the user who pushed the sensitive data to remove it, we recommend you contact [GitHub Support](https://support.github.com/contact) with the concerning commit SHA.
-If you're unable to coordinate directly with the repository owner to remove data that you're confident you own, you can fill out a DMCA takedown notice form and tell GitHub Support. For more information, see [DMCA takedown notice](https://support.github.com/contact/dmca-takedown).
+If you're unable to coordinate directly with the repository owner to remove data that you're confident you own, you can fill out a DMCA takedown notice form and tell GitHub Support. For more information, see [DMCA takedown notice](https://support.github.com/contact/dmca-takedown).
{% note %}
diff --git a/content/code-security/getting-started/github-security-features.md b/content/code-security/getting-started/github-security-features.md
index cb836401a4..042e676f52 100644
--- a/content/code-security/getting-started/github-security-features.md
+++ b/content/code-security/getting-started/github-security-features.md
@@ -132,5 +132,5 @@ Review the security configuration and alerts for your organization and identify
## Further reading
-- "[AUTOTITLE](/get-started/learning-about-github/githubs-products)"
+- "[AUTOTITLE](/get-started/learning-about-github/githubs-plans)"
- "[AUTOTITLE](/get-started/learning-about-github/github-language-support)"
diff --git a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
index bd65a52391..1677bce882 100644
--- a/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
+++ b/content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md
@@ -107,8 +107,6 @@ The recommended formats explicitly define which versions are used for all direct
{% ifversion github-actions-in-dependency-graph %}
- {% data variables.product.prodname_actions %} workflows must be located in the `.github/workflows/` directory of a repository to be recognized as manifests. Any actions or workflows referenced using the syntax `jobs[*].steps[*].uses` or `jobs.