Add "Review-Priority" label to qa projects

Change-Id: I2e731b7825574e7f8a704444095c53036ca93169
This commit is contained in:
Ghanshyam Mann 2020-07-06 11:45:09 -05:00
parent e0545f74e8
commit 88982d5549
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