Kiall Mac Innes a24728e069 Sync Designate ACLs
This change sync's designate ACLs with the other project in
the openstack/ namespace.

The only exception is stable/* in the designate repository,
where designate-core retain approval rights.

Change-Id: Ie14946e5f749a0c91e382dac0b06abefd4234ee2
2014-07-22 17:24:59 +01:00

23 lines
659 B
Plaintext

[access "refs/heads/*"]
abandon = group designate-core
label-Code-Review = -2..+2 group designate-core
label-Workflow = -1..+1 group designate-core
[access "refs/heads/stable/*"]
create = group designate-ptl
label-Code-Review = -2..+2 group openstack-stable-maint
label-Workflow = -1..+1 group openstack-stable-maint
[access "refs/heads/proposed/*"]
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
abandon = group designate-milestone
label-Code-Review = -2..+2 group designate-milestone
label-Workflow = -1..+1 group designate-milestone
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true