[magnum] Add Backport-Candidate and Review-Priority labels

Change-Id: Icf879abdffef5818918f39e25728a4a555ddd88b
This commit is contained in:
Bharat Kunwar 2021-03-04 10:23:23 +00:00
parent 5ee0780486
commit 2b362f1a5d
2 changed files with 56 additions and 0 deletions

View File

@ -1,8 +1,36 @@
[access "refs/heads/*"]
abandon = group magnum-ui-core
label-Backport-Candidate = -2..+2 group magnum-ui-core
label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group magnum-ui-core
label-Review-Priority = -1..+2 group magnum-ui-core
label-Workflow = -1..+1 group magnum-ui-core
[label "Backport-Candidate"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true
copyMaxScore = true
copyMinScore = true
defaultValue = 0
function = NoBlock
value = -2 Do Not Backport
value = -1 Not A Backport Candidate
value = 0 Backport Review Needed
value = +1 Proposed Backport
value = +2 Should Backport
[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,8 +1,36 @@
[access "refs/heads/*"]
abandon = group magnum-core
label-Backport-Candidate = -2..+2 group magnum-core
label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group magnum-core
label-Review-Priority = -1..+2 group magnum-core
label-Workflow = -1..+1 group magnum-core
[label "Backport-Candidate"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true
copyMaxScore = true
copyMinScore = true
defaultValue = 0
function = NoBlock
value = -2 Do Not Backport
value = -1 Not A Backport Candidate
value = 0 Backport Review Needed
value = +1 Proposed Backport
value = +2 Should Backport
[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