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
22 lines
564 B
Plaintext
22 lines
564 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group Registered Users
|
|
label-Code-Review = -2..+2 group Registered Users
|
|
label-Verified = -1..+1 group Third-Party CI
|
|
label-Workflow = -1..+1 group Registered Users
|
|
|
|
[access "refs/heads/proposed/*"]
|
|
abandon = group Registered Users
|
|
label-Code-Review = -2..+2 group Registered Users
|
|
label-Verified = -1..+1 group Third-Party CI
|
|
label-Workflow = -1..+1 group Registered Users
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group infra-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|