Add "Review-Priority" label to horizon project

Change-Id: Ie92ba74410d35606c69fe901d761d9bf5cbf74ef
This commit is contained in:
manchandavishal 2021-12-16 12:06:23 +05:30
parent c28cce5d75
commit a3a65e9cea
1 changed files with 13 additions and 0 deletions

View File

@ -4,6 +4,7 @@ inheritFrom = openstack/meta-config
[access "refs/heads/*"]
abandon = group horizon-core
label-Code-Review = -2..+2 group horizon-core
label-Review-Priority = -1..+2 group horizon-core
label-Verified = -1..+1 group horizon-ci
label-Workflow = -1..+1 group horizon-core
@ -22,6 +23,18 @@ label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group horizon-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 Release Freeze
value = 0 No Priority
value = +1 Important Change
value = +2 Gate Blocker Fix / Urgent Change
[receive]
requireChangeId = true
requireContributorAgreement = true