github - Teams that have read access to all repositories of an organization -


in company, we've got lot of repositories in 1 private github organization (not accessible publically). ideally, developers should have read access repos in organization, while having write access repositories of project.

for that, i've set couple of github teams (for each project). each of teams should have write access repositories (easy configure in repo settings) read access other repositories. i'm struggling one, can grant read access each individual repository. not painful (because have lot of repositories) not automatically work when new repos created.

is there anything, i'm missing set properly?

thanks, matthias

all team members within organization have read-only access default believe (they can read , clone repositories).

if want give write access teams, rather go repo settings, go configure in team settings. try this, maybe work:

  • create team, add members

  • add repositories in respective tab, want provide write access team

  • under settings, give write access (which apply repositories added above against team)

Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -