Updating ACLs for networking-arista

Updating ACLs for networking-arist to allow
neutron-release to tag this project.

Additionally, adding stable ACLs to ensure that
existing stable reviewers can review and approve
patches for this project.

Change-Id: I4d580889b6e0035457438f8bd3437419dfbe170e
This commit is contained in:
Sukhdev Kapur 2015-07-17 18:14:33 -07:00
parent 48c928dd90
commit e6ae8d8b5a
1 changed files with 11 additions and 1 deletions

View File

@ -1,11 +1,21 @@
[access "refs/for/refs/*"]
pushMerge = group neutron-release
[access "refs/heads/*"]
abandon = group networking-arista-core
create = group networking-arista-release
label-Code-Review = -2..+2 group networking-arista-core
label-Workflow = -1..+1 group networking-arista-core
[access "refs/heads/stable/*"]
abandon = group neutron-stable-maint
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group neutron-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group neutron-stable-maint
[access "refs/tags/*"]
pushSignedTag = group networking-arista-release
pushSignedTag = group neutron-release
[receive]
requireChangeId = true