From 60a749fb06fffa79bced79fbb807bbb441b44cae Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Fri, 3 Feb 2017 14:16:33 -0500 Subject: [PATCH] give the release team permission to tag castellan Update the tagging permissions for openstack/castellan to allow the release team and the release bot to push tags. Change-Id: I77d959f5e10e255e8a2e8cf971ba0af95af10274 Signed-off-by: Doug Hellmann --- gerrit/acls/openstack/castellan.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gerrit/acls/openstack/castellan.config b/gerrit/acls/openstack/castellan.config index 11668f9f43..b54a608706 100644 --- a/gerrit/acls/openstack/castellan.config +++ b/gerrit/acls/openstack/castellan.config @@ -4,7 +4,7 @@ label-Code-Review = -2..+2 group barbican-core label-Workflow = -1..+1 group barbican-core [access "refs/tags/*"] -pushSignedTag = group barbican-core +pushSignedTag = group library-release [receive] requireChangeId = true