mirror of
https://review.coreboot.org/flashrom.git
synced 2025-09-08 14:30:44 +02:00
Migrate label configs to copy conditions
This commit is contained in:
@@ -14,22 +14,19 @@
|
||||
value = -1 Fails
|
||||
value = 0 No score
|
||||
value = +1 Verified
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
defaultValue = 0
|
||||
copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE
|
||||
|
||||
[label "Code-Review"]
|
||||
function = MaxWithBlock
|
||||
abbreviation = R
|
||||
copyMinScore = true
|
||||
value = -2 Do not submit
|
||||
value = -1 I would prefer that you didn't submit this
|
||||
value = 0 No score
|
||||
value = +1 Looks good to me, but someone else must approve
|
||||
value = +2 Looks good to me, approved
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
copyAllScoresIfNoCodeChange = true
|
||||
defaultValue = 0
|
||||
copyCondition = changekind:NO_CHANGE OR changekind:NO_CODE_CHANGE OR changekind:TRIVIAL_REBASE OR is:MIN
|
||||
|
||||
[access "refs/*"]
|
||||
label-Verified = -1..+1 group user/Anastasia Klimchuk (aklm)
|
||||
|
Reference in New Issue
Block a user