Allow refstack 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: Ia6a17810e23d9b1df7d7820d122e8584e76e37aa
This commit is contained in:
parent
e23ee24eee
commit
27161af24a
@ -2,6 +2,7 @@
|
||||
abandon = group interop-core
|
||||
label-Code-Review = -2..+2 group interop-core
|
||||
label-Workflow = -1..+1 group interop-core
|
||||
toggleWipState = interop-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
createSignedTag = group interop-release
|
||||
|
@ -6,6 +6,8 @@
|
||||
create = group refstack-release
|
||||
label-Code-Review = -2..+2 group refstack-core
|
||||
label-Workflow = -1..+1 group refstack-core
|
||||
toggleWipState = refstack-core
|
||||
toggleWipState = refstack-release
|
||||
|
||||
[access "refs/tags/*"]
|
||||
createSignedTag = group refstack-release
|
||||
|
Loading…
x
Reference in New Issue
Block a user