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