Michael
Michael

Reputation: 7113

How to promote a collaborator to have owner rights

How can I promote a collaborator in a github-Projekt to get admin/owner rights?

Upvotes: 3

Views: 2831

Answers (2)

creyD
creyD

Reputation: 2126

Here are the step-by-step instructions for this:

  1. Go to your repository on GitHub
  2. Go to the "Settings" tab
  3. Go to "Collaborators and teams"
  4. Click on the button which is currently labled "write"
  5. Select "Admin"

Upvotes: 2

Alexander Pacha
Alexander Pacha

Reputation: 9710

For user account repositories, there are only two roles left: Owner and Collaborator. Unless you transfer ownership, you can not promote someone to get admin rights.

If you have an organization (for public repos only, its free), you will be able to grant access at a finer level.

Upvotes: 5

Related Questions