Add 'Review-Priority' for Zaqar repos

Change-Id: I99b6c8f03c10eb19031454e07bb67737235ebc60
This commit is contained in:
wanghao 2019-01-04 10:18:16 +08:00
parent 0d274e1a88
commit 0ced8ad266
2 changed files with 26 additions and 0 deletions

View File

@ -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

View File

@ -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