system-config/modules/openstack_project/files/gerrit/acls/openstack-dev/openstack-nose.config
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
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