Add 'Review-Priority' for Zaqar repos
Change-Id: I99b6c8f03c10eb19031454e07bb67737235ebc60
This commit is contained in:
parent
0d274e1a88
commit
0ced8ad266
@ -1,8 +1,21 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group zaqar-ui-core
|
||||
label-Code-Review = -2..+2 group zaqar-ui-core
|
||||
label-Review-Priority = -1..+2 group zaqar-ui-core
|
||||
label-Workflow = -1..+1 group zaqar-ui-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,6 +1,7 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group zaqar-core
|
||||
label-Code-Review = -2..+2 group zaqar-core
|
||||
label-Review-Priority = -1..+2 group zaqar-core
|
||||
label-Workflow = -1..+1 group zaqar-core
|
||||
|
||||
[access "refs/heads/stable/*"]
|
||||
@ -18,6 +19,18 @@ label-Workflow = -1..+1 group Project Bootstrappers
|
||||
label-Workflow = -1..+1 group stable-maint-core
|
||||
label-Workflow = -1..+1 group zaqar-stable-maint
|
||||
|
||||
[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
|
||||
|
Loading…
Reference in New Issue
Block a user