diff --git a/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config b/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config index c2666fc1ee..c8cefcc79e 100644 --- a/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config +++ b/modules/openstack_project/files/gerrit/acls/openstack-infra/gearman-plugin.config @@ -1,11 +1,14 @@ [access "refs/heads/*"] - label-Code-Review = -2..+2 group openstack-ci-core - label-Approved = +0..+1 group openstack-ci-core - workInProgress = group openstack-ci-core + label-Code-Review = -2..+2 group gearman-plugin-core + label-Approved = +0..+1 group gearman-plugin-core + workInProgress = group gearman-plugin-core +[access "refs/tags/*"] + create = group gearman-plugin-core + pushTag = group gearman-plugin-core [project] state = active [receive] requireChangeId = true requireContributorAgreement = true [submit] - mergeContent = true \ No newline at end of file + mergeContent = true