From ba96afc57243d098a8e8f1aefbdea664c1bfde6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Thu, 4 Jun 2020 11:44:26 +0200 Subject: [PATCH] Fix devstack's review-priority label It seems gerrit does not like any gaps in sequences. This change makes rp label work like it does in most other projects. Change-Id: I401ea28b452aeb1e25702b5259b68b68c19be736 --- gerrit/acls/openstack/devstack.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gerrit/acls/openstack/devstack.config b/gerrit/acls/openstack/devstack.config index a0131f770a..49bf3080f4 100644 --- a/gerrit/acls/openstack/devstack.config +++ b/gerrit/acls/openstack/devstack.config @@ -1,7 +1,7 @@ [access "refs/heads/*"] abandon = group devstack-core label-Code-Review = -2..+2 group devstack-core -label-Review-Priority = 0,+2 group devstack-core +label-Review-Priority = -1..+2 group devstack-core label-Verified = -1..+1 group devstack-ci label-Workflow = -1..+1 group devstack-core @@ -12,7 +12,9 @@ copyMaxScore = true copyMinScore = true defaultValue = 0 function = AnyWithBlock +value = -1 Branch Freeze value = 0 No Priority +value = +1 Important Change value = +2 Gate Blocker Fix / Urgent Change [receive]