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
This commit is contained in:
Radosław Piliszek 2020-06-04 11:44:26 +02:00
parent 7329ceaa67
commit ba96afc572
1 changed files with 3 additions and 1 deletions

View File

@ -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]