gerrit/acl : fix some missed NoOp functions
In prior changes moving to submit-requirements, we standardised on "NoBlock" instead of "NoOp" because that's what the upstream migration tools do. But it seems we missed some, correct that here. This was found by the linter in I971f626bd7dbee012dc93a5807145d206b645cfd Change-Id: I557f3615d15eca899a262b0989986fb2754ac870
This commit is contained in:
parent
fd2b1e2f2f
commit
2182282f60
@ -17,7 +17,7 @@ value = +2 Unused +2
|
||||
[label "Rollcall-Vote"]
|
||||
copyCondition = changekind:TRIVIAL_REBASE
|
||||
defaultValue = 0
|
||||
function = NoOp
|
||||
function = NoBlock
|
||||
value = -2 Veto
|
||||
value = -1 No
|
||||
value = 0 Abstain
|
||||
|
@ -10,7 +10,7 @@ label-Workflow = -1..+1 group releases-core
|
||||
[label "PTL-Approved"]
|
||||
copyCondition = changekind:TRIVIAL_REBASE
|
||||
defaultValue = 0
|
||||
function = NoOp
|
||||
function = NoBlock
|
||||
value = -1 Block
|
||||
value = 0 Abstain
|
||||
value = +1 Approved by PTL
|
||||
|
Loading…
Reference in New Issue
Block a user