From e6008a2dd0e6b08139fd4f9f2186982ed208af47 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Tue, 11 Jan 2022 22:07:14 +0200 Subject: [PATCH] Add Backport-Candidate label to openstack-ansible ACL Change-Id: I22f590307653e91bc7742dbf2feffc03a981e10c --- gerrit/acls/openstack/openstack-ansible.config | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gerrit/acls/openstack/openstack-ansible.config b/gerrit/acls/openstack/openstack-ansible.config index b4f9e19cb8..5051fdc548 100644 --- a/gerrit/acls/openstack/openstack-ansible.config +++ b/gerrit/acls/openstack/openstack-ansible.config @@ -3,9 +3,21 @@ inheritFrom = openstack/meta-config [access "refs/heads/*"] abandon = group openstack-ansible-core +label-Backport-Candidate = -1..+1 group openstack-ansible-core label-Code-Review = -2..+2 group openstack-ansible-core label-Workflow = -1..+1 group openstack-ansible-core +[label "Backport-Candidate"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = NoBlock +value = -1 Not A Backport Candidate +value = 0 Backport Review Needed +value = +1 Proposed Backport + [receive] requireChangeId = true requireContributorAgreement = true