Set neutron-lib stable ACLs

neutron-lib asserts the stable:follows-policy tag, but the Gerrit ACLs
for the project were never configured to set the stable branch specific
ACLs, including the stable-maint team. This adds the missing
configuration.

https://opendev.org/openstack/governance/src/branch/master/reference/projects.yaml#L1132

Change-Id: I26508c96ea7bd0358b1b8510aa8d4f33cc3b0043
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-09-09 07:37:19 -05:00
parent 425fb5e5c0
commit 23952a00d3
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
1 changed files with 15 additions and 0 deletions

View File

@ -8,6 +8,21 @@ label-Review-Priority = -1..+2 group neutron-lib-core
label-Verified = -1..+1 group neutron-ci
label-Workflow = -1..+1 group neutron-lib-commit
[access "refs/heads/stable/*"]
abandon = group Change Owner
abandon = group Project Bootstrappers
abandon = group neutron-lib-stable-maint
abandon = group stable-maint-core
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group Project Bootstrappers
label-Code-Review = -2..+2 group neutron-lib-stable-maint
label-Code-Review = -2..+2 group stable-maint-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+0 group Change Owner
label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group neutron-lib-stable-maint
label-Workflow = -1..+1 group stable-maint-core
[label "Review-Priority"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true