Organisation Outside Collaborators #198147
-
🏷️ Discussion TypeQuestion BodyI have an organisation and am planning on moving a personal private repository onto the organisation, will the collaborators on the repository be automatically added as outside collaborators and will they need a seat in the organisation to be able to push and pull? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Yes to both questions. When you transfer a personal private repository to an organisation, here is exactly what happens to the collaborators:
|
Beta Was this translation helpful? Give feedback.
-
|
When you transfer a personal private repository to an organization, any existing collaborators on that repository are automatically added to the organization as "outside collaborators" to ensure their workflow and access remain uninterrupted. hope it helped |
Beta Was this translation helpful? Give feedback.
-
|
Hi @Harvey-Fleming! The short answer to both of your questions is yes, but there are a few critical details regarding billing and permissions you should know before hitting that transfer button. When you move a personal private repository to an organization, all existing collaborators are automatically transitioned into Outside Collaborators for that specific repository. They will retain their exact same permissions (such as read, write, or admin) so their ongoing workflow won't be interrupted. Regarding seats and billing, if your organization is on a paid plan (GitHub Team or GitHub Enterprise), yes, every outside collaborator on a private repository consumes a paid seat and counts toward your total license count. If you are on the GitHub Free tier, they will not cost you anything. Two important things to keep in mind for a smooth transfer: The 3-month invitation window: When the transfer happens, GitHub sends an automated invitation to those collaborators to accept their new status under the organization. They must accept this within 3 months, or their access will automatically expire. Organization-level policies: Before transferring, double-check your organization's settings under Member privileges. Ensure that "Repository invitations" are allowed, otherwise the automatic transition of outside collaborators might be blocked by your org's security policies. |
Beta Was this translation helpful? Give feedback.
Hi @Harvey-Fleming! The short answer to both of your questions is yes, but there are a few critical details regarding billing and permissions you should know before hitting that transfer button.
When you move a personal private repository to an organization, all existing collaborators are automatically transitioned into Outside Collaborators for that specific repository. They will retain their exact same permissions (such as read, write, or admin) so their ongoing workflow won't be interrupted.
Regarding seats and billing, if your organization is on a paid plan (GitHub Team or GitHub Enterprise), yes, every outside collaborator on a private repository consumes a paid seat and counts towar…