Enable Review-Priority flag for Blazar

Change-Id: Ia56c71b50a7f76d1dc9984a6f8234752e99cf03c
This commit is contained in:
Pierre Riteau 2019-09-17 12:57:43 +02:00
parent 85908f506d
commit f4c6916649
1 changed files with 13 additions and 0 deletions

View File

@ -1,8 +1,21 @@
[access "refs/heads/*"]
abandon = group blazar-core
label-Code-Review = -2..+2 group blazar-core
label-Review-Priority = -1..+2 group blazar-core
label-Workflow = -1..+1 group blazar-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