404ec57fb3
Change ACLs so that they would apply to proposed/* branches instead of milestone-proposed branches, and adjust documentation to match. NB: The top-level project.config should also be changed so that its ACLs apply to proposed/* branches. It's apparently not driven by the config repository. Change-Id: Iad6991315b1d526026e0aeb0e968ed85dd317fac
17 lines
450 B
Plaintext
17 lines
450 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group openstack-nose-core
|
|
label-Code-Review = -2..+2 group openstack-nose-core
|
|
label-Workflow = -1..+1 group openstack-nose-core
|
|
|
|
[access "refs/heads/proposed/*"]
|
|
abandon = group openstack-nose-milestone
|
|
label-Code-Review = -2..+2 group openstack-nose-milestone
|
|
label-Workflow = -1..+1 group openstack-nose-milestone
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|