Merge "add review-priority for tripleo-ci"

This commit is contained in:
Zuul 2020-11-27 15:38:11 +00:00 committed by Gerrit Code Review
commit b202e8c212
1 changed files with 13 additions and 0 deletions

View File

@ -1,9 +1,22 @@
[access "refs/heads/*"] [access "refs/heads/*"]
abandon = group tripleo-ci-core abandon = group tripleo-ci-core
label-Code-Review = -2..+2 group tripleo-ci-core label-Code-Review = -2..+2 group tripleo-ci-core
label-Review-Priority = -1..+2 group tripleo-ci-core
label-Verified = -1..+1 group tripleo-ci label-Verified = -1..+1 group tripleo-ci
label-Workflow = -1..+1 group tripleo-ci-core label-Workflow = -1..+1 group tripleo-ci-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] [receive]
requireChangeId = true requireChangeId = true
requireContributorAgreement = true requireContributorAgreement = true