Files
project-config/gerrit/acls/openstack/devstack.config
T
Radosław Piliszek ba96afc572 Fix devstack's review-priority label
It seems gerrit does not like any gaps in sequences.

This change makes rp label work like it does in most other
projects.

Change-Id: I401ea28b452aeb1e25702b5259b68b68c19be736
2020-06-04 12:25:36 +00:00

26 lines
635 B
Plaintext

[access "refs/heads/*"]
abandon = group devstack-core
label-Code-Review = -2..+2 group devstack-core
label-Review-Priority = -1..+2 group devstack-core
label-Verified = -1..+1 group devstack-ci
label-Workflow = -1..+1 group devstack-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