From 5ad48f29ae9470332f0a1ca213c75b0ece8e49b9 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Thu, 28 Sep 2017 09:07:31 -0400 Subject: [PATCH] Allow core reviewers to push merge commits to mogan This is useful for fixing up the Nova and Cinder history into the Mogan master Please see thread for more info: http://lists.openstack.org/pipermail/openstack-dev/2017-September/thread.html#122509 Change-Id: I2769fdb4b37ba0eaaa250ee450fe41be2ae67022 --- gerrit/acls/openstack/mogan.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gerrit/acls/openstack/mogan.config b/gerrit/acls/openstack/mogan.config index 40eee4567a..928f87a9f4 100644 --- a/gerrit/acls/openstack/mogan.config +++ b/gerrit/acls/openstack/mogan.config @@ -1,3 +1,6 @@ +[access "refs/for/refs/*"] +pushMerge = group mogan-core + [access "refs/heads/*"] abandon = group mogan-core create = group mogan-release