Bring back the PTL+1 column in release dashboard
Following the Gerrit upgrade, the release team lost the "PTL+1" column in the release dashboard, which made it convenient dte screen ready-to-process changes. New gerrit only displays "required" labels. This change makes PTL+1 blocking in case the lowest negative value is selected (AnyWithBlock), while defining a negative value that nobody can actually set. Change-Id: Idbf614be4b88db56258ed3b0e7725b581196a6fb
This commit is contained in:
parent
91a9c8be67
commit
de372833c5
@ -10,7 +10,8 @@ label-Workflow = -1..+1 group releases-core
|
||||
[label "PTL-Approved"]
|
||||
copyAllScoresOnTrivialRebase = true
|
||||
defaultValue = 0
|
||||
function = NoOp
|
||||
function = AnyWithBlock
|
||||
value = -1 Block
|
||||
value = 0 Abstain
|
||||
value = +1 Approved by PTL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user