Add 'Review-Priority' for Neutron repos

Following the work done for Designate with
Id7b4c6b219899fa7ed86554257264af7efe20408, this adds a Review-Priority
label for Neutron to allow easier priority dashboard creation and a
cleaner way to do procedural blocking during freezes.

Change-Id: I67769e833ed21686fd775bf50720c1269c1b0e98
This commit is contained in:
Slawek Kaplonski 2019-11-13 16:29:59 +01:00
parent 88dcfdb488
commit 4fcd09290d
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@ pushMerge = group neutron-release
[access "refs/heads/*"]
abandon = group neutron-core
label-Code-Review = -2..+2 group neutron-core
label-Review-Priority = -1..+2 neutron-core
label-Verified = -1..+1 group neutron-ci
label-Workflow = -1..+1 group neutron-core
@ -22,6 +23,18 @@ label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group neutron-stable-maint
label-Workflow = -1..+1 group stable-maint-core
[label "Review-Priority"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true
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]
requireChangeId = true
requireContributorAgreement = true