Thierry Carrez 404ec57fb3 Change ACLs to apply on proposed/* branches
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
2014-07-01 11:46:51 +02:00

17 lines
402 B
Plaintext

[access "refs/heads/*"]
abandon = group glance-core
label-Code-Review = -2..+2 group glance-core
label-Workflow = -1..+1 group glance-core
[access "refs/heads/proposed/*"]
abandon = group glance-milestone
label-Code-Review = -2..+2 group glance-milestone
label-Workflow = -1..+1 group glance-milestone
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true