I've got an account for automated builds which should have access to every Github (Enterprise) repository owned by a particular organization. Is there a way to do this such that present and future repositories are automatically intercepted?
Asked
Active
Viewed 98 times
0
-
I suspect the answer is to [set up a team](https://help.github.com/articles/setting-up-teams/). – Schwern May 16 '17 at 05:02
-
I took a look - unless I'm missing something, it appears that one has to add repositories one by one with teams as well. – ket May 16 '17 at 14:51
1 Answers
0
You have to set the user as an owner:
- Go to the 'People' tab under your organization.
- Find the user of interest. There are a number of columns, one of which has values such as 'member' or 'owner'.
- Change this value for your user to 'owner'.
That user should now have contributor access to all repositories owned by the organization.

ket
- 728
- 7
- 22