520a12a066
Looks like the template used to create the nova-docker acl missed a couple of things. Change-Id: Ie021fe7bf730cfa650eb021d418430c44d06aeff
23 lines
629 B
Plaintext
23 lines
629 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group nova-docker-core
|
|
create = group nova-docker-core
|
|
label-Code-Review = -2..+2 group nova-docker-core
|
|
label-Workflow = -1..+1 group nova-docker-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group nova-docker-core
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group nova-docker-core
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+1 group nova-docker-core
|
|
|
|
[access "refs/tags/*"]
|
|
pushSignedTag = group nova-docker-core
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|