2da44a6c81
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
19 lines
456 B
Plaintext
19 lines
456 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group devstack-plugin-nfs-core
|
|
label-Code-Review = -2..+2 group devstack-plugin-nfs-core
|
|
label-Workflow = -1..+1 group devstack-plugin-nfs-core
|
|
toggleWipState = group devstack-plugin-nfs-core
|
|
|
|
[access "refs/tags/*"]
|
|
createSignedTag = group devstack-plugin-nfs-release
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|