From bf89b8c9532bdbeea2ae3fffb53a889914458f27 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Thu, 13 Jul 2023 14:41:08 +0000 Subject: [PATCH] Add missing group keyword to ACLs A recent change added toggleWIPstate to two ACL files, but missed the required "group" keyword. Correct them now so Gerrit won't reject manage-project's pushes during deployment. Change-Id: Ibae9274127e904337f57813974f5745c41980c9e --- gerrit/acls/openinfra/interop.config | 2 +- gerrit/acls/openinfra/refstack.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gerrit/acls/openinfra/interop.config b/gerrit/acls/openinfra/interop.config index 281d4d3b88..99d35aa8d9 100644 --- a/gerrit/acls/openinfra/interop.config +++ b/gerrit/acls/openinfra/interop.config @@ -2,7 +2,7 @@ abandon = group interop-core label-Code-Review = -2..+2 group interop-core label-Workflow = -1..+1 group interop-core - toggleWipState = interop-core + toggleWipState = group interop-core [access "refs/tags/*"] createSignedTag = group interop-release diff --git a/gerrit/acls/openinfra/refstack.config b/gerrit/acls/openinfra/refstack.config index eb8d0b6ed3..aafa81652a 100644 --- a/gerrit/acls/openinfra/refstack.config +++ b/gerrit/acls/openinfra/refstack.config @@ -6,8 +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 + toggleWipState = group refstack-core + toggleWipState = group refstack-release [access "refs/tags/*"] createSignedTag = group refstack-release