1
0
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:
Gerrit Code Review
2023-05-25 15:25:20 +00:00
parent 1a82294a4c
commit 5514590f18

View File

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