I’m looking for an easy way to manage default repository permissions within my org.
I want to give everyone in my organization read-only access to most repositories, and then selectively grant write access per-repo.
I can imagine a way to acheive this by creating an explicit “Everyone” team, explicitly adding all org members to it, and then explicitly adding that team to each new repo. My question is, is there an easier way to do it? For example, is there an implicit “All Members” team, or a way of setting default permissions for new repositories?