system-config/modules/openstack_project/files/gerrit/acls/openstack-infra/gerrit-verification-status-plugin.config
Jeremy Stanley c7d3ed2933 Allow core reviewers to abandon and unabandon
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
2014-05-07 21:06:43 +00:00

11 lines
298 B
Plaintext

[access "refs/heads/*"]
label-Workflow = -1..+1 group openstack-ci-admins
abandon = group openstack-ci-admins
label-Code-Review = -2..+2 group openstack-ci-admins
[project]
state = active
[receive]
requireChangeId = true
[submit]
mergeContent = true