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:
Ian Wienand 2023-03-16 12:54:31 +11:00
parent fd2b1e2f2f
commit 2182282f60
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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