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:
@@ -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
|
||||
|
Reference in New Issue
Block a user