From 02d8e433f67b45699cedf6777ba9b38742c965c3 Mon Sep 17 00:00:00 2001 From: Sundar Nadathur Date: Tue, 2 Apr 2019 09:39:50 -0700 Subject: [PATCH] Enable Cyborg release team to push merge commits. This is needed to merge the Cyborg master to a feature branch. Change-Id: I1672f74884e8fbdd99858dbb268bfb953c8500c5 --- gerrit/acls/openstack/cyborg.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gerrit/acls/openstack/cyborg.config b/gerrit/acls/openstack/cyborg.config index 4d691c321b..a80acf70b4 100644 --- a/gerrit/acls/openstack/cyborg.config +++ b/gerrit/acls/openstack/cyborg.config @@ -1,3 +1,6 @@ +[access "refs/for/refs/*"] +pushMerge = group cyborg-release + [access "refs/heads/*"] abandon = group cyborg-core label-Code-Review = -2..+2 group cyborg-core