Merge "Add "Review-Priority" label to qa projects"
This commit is contained in:
commit
943f705c0a
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user