Files
project-config/gerrit/acls/openstack/kolla-cli.config
T
confi-surya 2a4997044c Add 'Review-Priority' for Kolla repos
Following the work done for Designate with
Id7b4c6b219899fa7ed86554257264af7efe20408, this adds a Review-Priority
label for Kolla projects to allow easier priority dashboard creation and a
cleaner way to do procedural blocking during freezes.

Change-Id: I03b71534173899b2c22987f199d1753472842a12
2018-12-27 10:12:05 +00:00

25 lines
597 B
Plaintext

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