project-config/gerrit/acls/openstack/whitebox-tempest-plugin.config
Martin Kopec 2da44a6c81 Allow QA cores to toggle WIP state
WIP state in Gerrit is tricky and has side effects a lot of new
contributors might not expect it to completely remove their patch
from the dashboards. In those cases; it's nice for a core to be
able to toggle the wip state.

Change-Id: Idf69449c3e107bbaf4f853bce0cb160464cbe59a
2023-07-13 16:50:45 +02:00

19 lines
473 B
Plaintext

[access]
inheritFrom = openstack/meta-config
[access "refs/heads/*"]
abandon = group whitebox-tempest-plugin-core
label-Code-Review = -2..+2 group whitebox-tempest-plugin-core
label-Workflow = -1..+1 group whitebox-tempest-plugin-core
toggleWipState = group whitebox-tempest-plugin-core
[access "refs/tags/*"]
createSignedTag = group whitebox-tempest-plugin-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true