Skip to content

Commit 0a646cb

Browse files
authored
Merge pull request #41904 from github/repo-sync
Repo sync
2 parents 5b903f7 + f932a7c commit 0a646cb

File tree

13 files changed

+79
-16
lines changed

13 files changed

+79
-16
lines changed
53.1 KB
Loading

content/account-and-profile/how-tos/organization-membership/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ children:
1919
- /requesting-organization-approval-for-oauth-apps
2020
- /publicizing-or-hiding-organization-membership
2121
- /removing-yourself-from-an-organization
22+
- /removing-yourself-from-an-enterprise
2223
shortTitle: Organization membership
2324
contentType: how-tos
2425
---
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: Removing yourself from an enterprise
3+
intro: You can leave an enterprise after removing yourself from every organization in the enterprise.
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
topics:
8+
- Accounts
9+
shortTitle: Leave an enterprise
10+
contentType: how-tos
11+
---
12+
13+
If your personal {% data variables.product.github %} account is a member of an enterprise, you can leave the enterprise at any time.
14+
15+
After leaving an enterprise, you will no longer be a member of any organization in the enterprise, and you will lose {% data variables.product.prodname_copilot %} licenses and other privileges granted through the enterprise.
16+
17+
>[!NOTE] If you use a {% data variables.enterprise.prodname_managed_user %} provided by your enterprise, only administrators can remove you from the enterprise. You're using a {% data variables.enterprise.prodname_managed_user %} if all usernames in your enterprise end with a pattern like `_CODE`, or if you access the enterprise at a domain like `{% data variables.enterprise.data_residency_example_domain %}`.
18+
19+
## Leaving an enterprise
20+
21+
To leave an enterprise, you must remove yourself from every organization in the enterprise, then leave the enterprise itself.
22+
23+
1. Leave every organization in the enterprise.
24+
1. Go to the [Enterprises](https://github.com/settings/enterprises) page in your settings.
25+
1. Click the enterprise you want to leave, then click the **Organizations** tab.
26+
1. Use the **Your role** dropdown to see the organizations that you're a member of.
27+
1. Leave each organization by following the instructions in [AUTOTITLE](/account-and-profile/how-tos/organization-membership/removing-yourself-from-an-organization).
28+
1. Go back to the [Enterprises](https://github.com/settings/enterprises) page and check if the enterprise is still listed. If it is **not** listed, you have left the enterprise.
29+
1. If the enterprise **is** still listed, check your role for the enterprise and take the appropriate action to leave:
30+
31+
* If you're an **unaffiliated member**, next to the enterprise name, click **Leave**.
32+
* If you're an **owner**, you must go to the enterprise settings and remove yourself. See [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise#removing-an-enterprise-administrator-from-your-enterprise-account).
33+
* If you're a **billing manager**, you must ask an enterprise owner to remove you using the instructions in [AUTOTITLE](/admin/managing-accounts-and-repositories/managing-users-in-your-enterprise/inviting-people-to-manage-your-enterprise#removing-an-enterprise-administrator-from-your-enterprise-account).
34+
35+
![Screenshot of the enterprises page. Next to "unaffilated member", the "Leave" button is highlighted with an orange outline.](/assets/images/help/enterprises/enterprise-self-removal.png)

content/account-and-profile/how-tos/organization-membership/removing-yourself-from-an-organization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ contentType: how-tos
3030
{% data reusables.user-settings.access_settings %}
3131
{% data reusables.user-settings.organizations %}
3232
1. Under "Organizations", next to the organization you'd like to remove yourself from, click **Leave**.
33+
34+
{% ifversion fpt or ghec %}
35+
36+
If you remove yourself from every organization in an enterprise, you may also be automatically removed from the enterprise account. If you haven't been removed and want to leave an enterprise, see [AUTOTITLE](/account-and-profile/how-tos/organization-membership/removing-yourself-from-an-enterprise).
37+
38+
{% endif %}

content/admin/managing-accounts-and-repositories/managing-roles-in-your-enterprise/abilities-of-roles.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,17 @@ If a user is a member or owner of any organization, they are listed as an **orga
124124

125125
### Unaffiliated users
126126

127-
If a user is not a member of any organization, they are listed as an **unaffiliated user**. These users:
127+
If a user is not a member of any organization, and doesn't have the enterprise owner or billing manager role, the user is listed as an unaffiliated user.
128128

129-
* Do not consume a {% data variables.product.prodname_enterprise %} license.
129+
Unaffiliated users:
130+
131+
* Do not consume a {% data variables.product.prodname_enterprise %} license, unless they meet another criterion listed in [AUTOTITLE](/billing/reference/github-license-users#organizations-on-github-enterprise-cloud).
130132
* Cannot access private or internal repositories.
131133
* Can be added as members of enterprise teams.
132-
* Can receive a {% data variables.product.prodname_copilot_short %} license directly from your enterprise.
134+
* Can receive a {% data variables.product.prodname_copilot_short %} license or custom role directly from your enterprise.
135+
* Can remove themselves from the enterprise at any time, unless you use {% data variables.product.prodname_emus %}.
136+
137+
If you have an enterprise with personal accounts, you can disable this role. See [AUTOTITLE](/admin/enforcing-policies/enforcing-policies-for-your-enterprise/control-offboarding).
133138

134139
{% endif %}
135140

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/disable-for-organizations.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ redirect_from:
1616
- /copilot/how-tos/administer/enterprises/manage-access/disable-for-organizations
1717
- /copilot/how-tos/administer/manage-for-enterprise/manage-access/disable-for-organizations
1818
contentType: how-tos
19-
category:
19+
category:
2020
- Manage Copilot for a team
2121
---
2222

23+
When you disable {% data variables.product.prodname_copilot %} for organizations, organization owners cannot assign {% data variables.product.prodname_copilot %} licenses to members of their organization. Enterprise owners will still be able to assign {% data variables.copilot.copilot_business_short %} licenses to users and teams in the enterprise settings.
24+
2325
{% data reusables.enterprise-accounts.copilot-licensing %}
2426
1. Next to "Organization access", choose whether to disable {% data variables.product.prodname_copilot_short %} for all organizations or allow for specific organizations.
2527

@@ -33,6 +35,8 @@ category:
3335
* If your enterprise has a {% data variables.copilot.copilot_business_short %} plan, click **Disabled**.
3436
* If your enterprise has a {% data variables.copilot.copilot_enterprise_short %} plan, click **Remove access**.
3537

38+
Once {% data variables.product.prodname_copilot_short %} is disabled, licenses that are currently granted through the organization will be revoked at the end of the billing period. You will **not** be double-billed if a user also receives a license from your enterprise during this period.
39+
3640
## Further reading
3741

3842
* [AUTOTITLE](/billing/managing-billing-for-github-copilot/about-billing-for-github-copilot)

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/grant-access.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ redirect_from:
1717
- /copilot/how-tos/administer/manage-for-enterprise/manage-access/enable-for-organizations
1818
- /copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/enable-for-organizations
1919
contentType: how-tos
20-
category:
20+
category:
2121
- Manage Copilot for a team
2222
---
2323

@@ -47,6 +47,7 @@ When you assign licenses to an enterprise team, users receive or lose access to
4747
1. Click the **All members** or **Enterprise Teams** tab.
4848
1. Click **Assign licenses**.
4949
1. Search for users or teams, then click **Add licenses**.
50+
1. Optionally, disable {% data variables.product.prodname_copilot_short %} for organizations to prevent organization owners from assigning licenses. See [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-access/disable-for-organizations).
5051

5152
## Enabling {% data variables.product.prodname_copilot_short %} for organizations
5253

data/release-notes/enterprise-server/3-14/20.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sections:
2727
Administrators can add security key-backed (SK) SSH certificate authorities.
2828
- |
2929
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
30+
- |
31+
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
3032
known_issues:
3133
- |
3234
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start.

data/release-notes/enterprise-server/3-15/15.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sections:
1313
- |
1414
On instances with a "No Proxy" setting configured for GitHub Actions with MinIO or AWS remote blob providers, administrators sometimes experienced failures reading or writing Actions logs, artifacts, or caches because some traffic was incorrectly routed through the instances proxy.
1515
- |
16-
New Microsoft Teams integrations failed to set up because the required `tenant_id` field was missing from the configuration, following Microsoft's deprecation of multi-tenant bot creation. <!-- markdownlint-disable-line GHD046 -->
16+
New Microsoft Teams integrations failed to set up because the required `tenant_id` field was missing from the configuration, following Microsoft's deprecation of multi-tenant bot creation. <!-- markdownlint-disable-line GHD046 -->
1717
- |
1818
Site administrators using the Management Console would see overly verbose error messages on the maintenance page. These error messages were not cleared when a new request was made, and no message was displayed when maintenance mode changes were saved successfully.
1919
- |
@@ -26,11 +26,13 @@ sections:
2626
When new Elasticsearch indexes were created, index routing memos could go to a read-only MySQL replica and fail, causing delays in audit log indexing after monthly rollovers. The memos are now written to the primary database rather than a read-only replica.
2727
changes:
2828
- |
29-
A new weekly job automatically disables Elasticsearch deprecation logging and removes existing deprecation logs every Saturday at midnight. This helps administrators manage disk space by regularly cleaning up deprecation data streams and log indices that are no longer needed. <!-- markdownlint-disable-line GHD046 -->
29+
A new weekly job automatically disables Elasticsearch deprecation logging and removes existing deprecation logs every Saturday at midnight. This helps administrators manage disk space by regularly cleaning up deprecation data streams and log indices that are no longer needed. <!-- markdownlint-disable-line GHD046 -->
3030
- |
3131
Administrators can add security key-backed (SK) SSH certificate authorities.
3232
- |
3333
Administrators and users experience faster and more efficient searching of GitHub Actions workflow runs, with lower compute and networking resource usage. Searches for workflow runs within a repository are now always scoped to an associated repository.
34+
- |
35+
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
3436
known_issues:
3537
- |
3638
Custom firewall rules are removed during the upgrade process.

data/release-notes/enterprise-server/3-16/11.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sections:
1111
- |
1212
On instances with a "No Proxy" setting configured for GitHub Actions with MinIO or AWS remote blob providers, administrators sometimes experienced failures reading or writing Actions logs, artifacts, or caches because some traffic was incorrectly routed through the instances proxy.
1313
- |
14-
New Microsoft Teams integrations failed to set up because the required `tenant_id` field was missing from the configuration, following Microsoft's deprecation of multi-tenant bot creation. <!-- markdownlint-disable-line GHD046 -->
14+
New Microsoft Teams integrations failed to set up because the required `tenant_id` field was missing from the configuration, following Microsoft's deprecation of multi-tenant bot creation. <!-- markdownlint-disable-line GHD046 -->
1515
- |
1616
Site administrators using the Management Console would see overly verbose error messages on the maintenance page. These error messages were not cleared when a new request was made, and no message was displayed when maintenance mode changes were saved successfully.
1717
- |
@@ -30,9 +30,11 @@ sections:
3030
When new Elasticsearch indexes were created, index routing memos could go to a read-only MySQL replica and fail, causing delays in audit log indexing after monthly rollovers. The memos are now written to the primary database rather than a read-only replica.
3131
changes:
3232
- |
33-
A new weekly job automatically disables Elasticsearch deprecation logging and removes existing deprecation logs every Saturday at midnight. This helps administrators manage disk space by regularly cleaning up deprecation data streams and log indices that are no longer needed. <!-- markdownlint-disable-line GHD046 -->
33+
A new weekly job automatically disables Elasticsearch deprecation logging and removes existing deprecation logs every Saturday at midnight. This helps administrators manage disk space by regularly cleaning up deprecation data streams and log indices that are no longer needed. <!-- markdownlint-disable-line GHD046 -->
3434
- |
3535
Administrators can add security key-backed (SK) SSH certificate authorities.
36+
- |
37+
`ghe-repl-start` can now be executed without requiring a maintenance window when setting up a new replica, as long as `ghe-repl-setup` is immediately followed by `ghe-config-apply`. [Updated: 2025-12-17]
3638
known_issues:
3739
- |
3840
Custom firewall rules are removed during the upgrade process.

0 commit comments

Comments
 (0)