
A much awaited feature, this patch is the outcome of running: find modules/openstack_project/files/gerrit/acls/ \ doc/source/stackforge.rst -type f -exec sed -i -e \ 's/^\(.* \)label-Workflow .*\(group .*\)$/\0\n\1abandon = \2/' \ -e 's/.*exclusiveGroup.*Workflow.*/\0 abandon/' \ {} \; Change-Id: I217a8689528d14c9143de5656db01549f263c3b4 Closes-Bug: #1248794
15 lines
562 B
Plaintext
15 lines
562 B
Plaintext
[access "refs/heads/*"]
|
|
exclusiveGroupPermissions = label-Code-Review label-Workflow abandon
|
|
label-Code-Review = -1..+1 group tech-committee
|
|
label-Code-Review = -1..+2 group tech-committee-chair
|
|
label-Workflow = -1..+1 group tech-committee-chair
|
|
abandon = group tech-committee-chair
|
|
[access "refs/tags/*"]
|
|
create = group tech-committee-chair
|
|
pushSignedTag = group tech-committee-chair
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
[submit]
|
|
mergeContent = true
|