0

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?

osowskit
  • 5,904
  • 2
  • 29
  • 38
ket
  • 728
  • 7
  • 22
  • 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 Answers1

0

You have to set the user as an owner:

  1. Go to the 'People' tab under your organization.
  2. Find the user of interest. There are a number of columns, one of which has values such as 'member' or 'owner'.
  3. 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