Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to give someone access GitHub issues without giving them read access to the source code?

Tags:

github

We have a GitHub organization setup with private repositories. We would like to give a few of our beta testers access to add and comment on issue but we don't want to give them access to the source code. Is there a way to do this?

like image 693
respectTheCode Avatar asked Apr 30 '12 19:04

respectTheCode


People also ask

How do I give someone admin access to my repository?

To the right of "Manage access", click Add people or Add teams. In the search field, start typing the name of the team or person to invite, then click a name in the list of matches. Under "Choose a role", select the repository role to grant to the team or person, then click Add NAME to REPOSITORY.

Do collaborators have write access GitHub?

Collaborators on a personal repository can pull (read) the contents of the repository and push (write) changes to the repository. Note: In a private repository, repository owners can only grant write access to collaborators. Collaborators can't have read-only access to repositories owned by a personal account.


1 Answers

I don't believe this is possible, due to the way issues are directly linked to commits.

like image 106
Rob Cooper Avatar answered Sep 18 '22 16:09

Rob Cooper