97cacc26cc
This change enables people that already had permission to abandon other changes to also toggle the WIP flag on them. Change-Id: I894df2e26c6927eac25dbfe596a93f4209ff92ee Reference: https://gerrit-review.googlesource.com/c/gerrit/+/212571/3/java/com/google/gerrit/common/data/Permission.java#49
27 lines
681 B
Plaintext
27 lines
681 B
Plaintext
[access "refs/heads/*"]
|
|
abandon = group tripleo-ci-core
|
|
label-Code-Review = -2..+2 group tripleo-ci-core
|
|
label-Review-Priority = -1..+2 group tripleo-ci-core
|
|
label-Verified = -1..+1 group tripleo-ci
|
|
label-Workflow = -1..+1 group tripleo-ci-core
|
|
toggleWipState = group tripleo-ci-core
|
|
|
|
[label "Review-Priority"]
|
|
copyAllScoresIfNoCodeChange = true
|
|
copyAllScoresOnTrivialRebase = true
|
|
copyMaxScore = true
|
|
copyMinScore = true
|
|
defaultValue = 0
|
|
function = AnyWithBlock
|
|
value = -1 Branch Freeze
|
|
value = 0 No Priority
|
|
value = +1 Important Change
|
|
value = +2 Gate Blocker Fix / Urgent Change
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|