Merge "Add "Review-Priority" label to qa projects"

This commit is contained in:
Zuul 2020-07-07 01:11:11 +00:00 committed by Gerrit Code Review
commit 943f705c0a
3 changed files with 39 additions and 0 deletions

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group grenade-core
label-Code-Review = -2..+2 group grenade-core
label-Review-Priority = -1..+2 group greande-core
label-Workflow = -1..+1 group grenade-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

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group patrole-core
label-Code-Review = -2..+2 group patrole-core
label-Review-Priority = -1..+2 group patrole-core
label-Workflow = -1..+1 group patrole-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

View File

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