Now that we are releasing stable branches of all of our libraries, we need to configure the permissions in those branches to use the stable-maint teams. For projects with foo-stable-maint, use those teams. For projects with foo-milestone, use those teams. For projects with neither, amend the ACLs without making them exclusive to add stable-maint-core and leave foo-core. Also remove the blocks related to "proposed" branches, since we don't use those for libraries. Change-Id: I6fb79132d954c8cccdbd0c0584aa7acbe4655fef
20 lines
469 B
Plaintext
20 lines
469 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group barbican-core
|
|
label-Code-Review = -2..+2 group barbican-core
|
|
label-Workflow = -1..+1 group barbican-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group stable-maint-core
|
|
label-Code-Review = -2..+2 group stable-maint-core
|
|
label-Workflow = -1..+1 group stable-maint-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group barbican-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|