Skip to content

Commit fc90464

Browse files
Organization Archiving [GHES 3.11] (#45335)
1 parent 30be358 commit fc90464

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

content/organizations/managing-organization-settings/archiving-an-organization.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ topics:
99
- Organizations
1010
---
1111

12+
{% ifversion fpt or ghec %}
13+
1214
{% note %}
1315

1416
**Note:** You can only archive an organization if it's using {% data variables.product.prodname_free_team %} or if the organization is part of an enterprise. If you want to archive an individually-billed organization, you must downgrade your organization to {% data variables.product.prodname_free_team %} first. For more information, see "[AUTOTITLE](/billing/managing-billing-for-your-github-account/downgrading-your-github-subscription)."
1517

1618
{% endnote %}
1719

20+
{% endif %}
21+
1822
## About archiving your organization
1923

2024
When you archive an organization, all repositories in the organization will be archived as well. This means that all issues, pull requests, and comments will be read-only. A key will be set in the API to indicate the organization has been archived. Many actions that can be performed in an organization will be disabled, including creating new repositories. You will still be able to delete repositories. You will also still be able to transfer repositories out of the organization, for example, to give a project to a user who is taking over active maintenance.

data/features/archive-organizations.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
versions:
44
fpt: '*'
55
ghec: '*'
6+
ghes: '>=3.11'

0 commit comments

Comments
 (0)