From 44ad81238d3ab82c8a7bc56a6858cfae0c5ddf9c Mon Sep 17 00:00:00 2001 From: alanschwarz <34682166+alanschwarz@users.noreply.github.com> Date: Sat, 6 Jan 2024 19:14:01 +0100 Subject: [PATCH 1/2] Update transferring-a-repository.md It is unclear that internal repositories cannot be transferred out of an organization to a personal account, this information should be present. --- .../transferring-a-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md index e72f2c75cc66..abe1467d7fc4 100644 --- a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md +++ b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md @@ -85,7 +85,7 @@ You can transfer your repository to any personal account that accepts your repos ## Transferring a repository owned by your organization -If you have owner permissions in an organization or admin permissions to one of its repositories, you can transfer a repository owned by your organization to your personal account or to another organization. +If you have owner permissions in an organization or admin permissions to one of its repositories, you can transfer a repository owned by your organization to your personal account or to another organization. Internal repositories cannot be transferred to a personal account, only to another organization. In order to transfer internal repositories, first switch the visibility to "private" or "public". 1. Sign into your personal account that has admin or owner permissions in the organization that owns the repository. {% data reusables.repositories.navigate-to-repo %} From 8020bb1bb9d511cb63e11e1dedb7518dd9986a07 Mon Sep 17 00:00:00 2001 From: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:35:02 -0800 Subject: [PATCH 2/2] Update content/repositories/creating-and-managing-repositories/transferring-a-repository.md Co-authored-by: Rachael Rose Renk <91027132+rachaelrenk@users.noreply.github.com> --- .../transferring-a-repository.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md index abe1467d7fc4..352cdd7a08b6 100644 --- a/content/repositories/creating-and-managing-repositories/transferring-a-repository.md +++ b/content/repositories/creating-and-managing-repositories/transferring-a-repository.md @@ -85,7 +85,7 @@ You can transfer your repository to any personal account that accepts your repos ## Transferring a repository owned by your organization -If you have owner permissions in an organization or admin permissions to one of its repositories, you can transfer a repository owned by your organization to your personal account or to another organization. Internal repositories cannot be transferred to a personal account, only to another organization. In order to transfer internal repositories, first switch the visibility to "private" or "public". +If you have owner permissions in an organization or admin permissions to one of its repositories, you can transfer a repository owned by your organization to your personal account or to another organization. {% ifversion ghec or ghes %}Internal repositories cannot be transferred to a personal account, only to another organization. To transfer an internal repository, change the repository's visibility to "private" or "public". For more information, see [AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/setting-repository-visibility){% endif %} 1. Sign into your personal account that has admin or owner permissions in the organization that owns the repository. {% data reusables.repositories.navigate-to-repo %}