
As discussed in IRC (in #openstack-infra) the pushMerge for the refs/for/refs/* location shouldn't be required and is being removed from the ACL. Change-Id: I88a1fc26fa82c7ca04868dac03956579824f15c1
19 lines
626 B
Plaintext
19 lines
626 B
Plaintext
[access "refs/heads/*"]
|
|
label-Code-Review = -2..+2 group keystone-core
|
|
label-Workflow = -1..+1 group keystone-core
|
|
abandon = group keystone-core
|
|
[access "refs/heads/milestone-proposed"]
|
|
label-Code-Review = -2..+2 group keystone-milestone
|
|
label-Workflow = -1..+1 group keystone-milestone
|
|
abandon = group keystone-milestone
|
|
[access "refs/tags/*"]
|
|
create = group keystone-ptl
|
|
pushSignedTag = group keystone-ptl
|
|
[project]
|
|
state = active
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|