How to give admin access to collaborator on personal repository #108527
-
| Select Topic AreaQuestion BodyI'd like to give admin access to a collaborator I added to my personal repository, however there is no option to do so, that I can find. In the past, you could assign admin rights to collaborators on repositories, but now I can't seem to do it. | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
| In GitHub, the ability to assign roles, including admin access, depends on whether the repository is part of a personal account or an organization. For personal repositories, you can add collaborators and give them write access, but you cannot assign admin rights(https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository). This means they can pull and push to the repository, but they cannot perform administrative actions like managing collaborators or deleting the repository. For organization repositories, you can assign more granular roles, including admin access(https://docs.github.com/en/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization). The roles for an organization repository are: Read: Recommended for non-code contributors who want to view or discuss your project. I hope this was helpful ✌️ | 
Beta Was this translation helpful? Give feedback.
-
| 🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as  2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the  Thank you for helping bring this Discussion to a resolution! 💬 | 
Beta Was this translation helpful? Give feedback.

In GitHub, the ability to assign roles, including admin access, depends on whether the repository is part of a personal account or an organization.
For personal repositories, you can add collaborators and give them write access, but you cannot assign admin rights(https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/managing-repository-settings/managing-teams-and-people-with-access-to-your-repository). This means they can pull and push to the repository, but they cannot perform administrative actions like managing collaborators or deleting the repository.
For organization repositories, you can assign more granular roles, including admin access(https://doc…