From 27161af24ad42c71af62f432dd6868d7a5be3803 Mon Sep 17 00:00:00 2001 From: Martin Kopec Date: Thu, 13 Jul 2023 15:29:13 +0200 Subject: [PATCH] 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 --- gerrit/acls/openinfra/interop.config | 1 + gerrit/acls/openinfra/refstack.config | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gerrit/acls/openinfra/interop.config b/gerrit/acls/openinfra/interop.config index 14af261187..281d4d3b88 100644 --- a/gerrit/acls/openinfra/interop.config +++ b/gerrit/acls/openinfra/interop.config @@ -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 diff --git a/gerrit/acls/openinfra/refstack.config b/gerrit/acls/openinfra/refstack.config index 8621f6c3db..eb8d0b6ed3 100644 --- a/gerrit/acls/openinfra/refstack.config +++ b/gerrit/acls/openinfra/refstack.config @@ -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