Search code examples
githubgithub-enterprise

Github: How to add collaborator globally?


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?


Solution

  • 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.