From d5aeec7df8fc6483814072e78a996775f07f0379 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 16 Apr 2015 15:42:46 +0200 Subject: [PATCH] Allow gnocchi-release to create branch As we want to cut release and branches to maintain stable releases, we need to give the permission to gnocchi-release to do so. Change-Id: I91773f9286d66b97c41d79e0632068c097a3a51b --- gerrit/acls/openstack/gnocchi.config | 1 + 1 file changed, 1 insertion(+) diff --git a/gerrit/acls/openstack/gnocchi.config b/gerrit/acls/openstack/gnocchi.config index 238863fb20..28977bfeb5 100644 --- a/gerrit/acls/openstack/gnocchi.config +++ b/gerrit/acls/openstack/gnocchi.config @@ -1,5 +1,6 @@ [access "refs/heads/*"] abandon = group gnocchi-core +create = group gnocchi-release label-Code-Review = -2..+2 group gnocchi-core label-Workflow = -1..+1 group gnocchi-core