project-config/gerrit/acls/openstack/kolla-ansible.config
Radosław Piliszek cca6cdc5e8 Allow kolla cores to toggle kolla wipstate
Considering each subteam (kolla-ansible and kayobe) as well.

Thanks to Clark Boylan (clarkb) for finding the bolt.

Change-Id: Ic03968dc5031eb1fd1866ce62aca3214d26106d5
2021-08-11 17:25:56 +00:00

45 lines
1.2 KiB
Plaintext

[access]
inheritFrom = openstack/meta-config
[access "refs/heads/*"]
abandon = group kolla-ansible-core
editHashtags = group kolla-ansible-core
label-Backport-Candidate = -2..+2 group kolla-ansible-core
label-Backport-Candidate = -1..+1 group Registered Users
label-Code-Review = -2..+2 group kolla-ansible-core
label-Review-Priority = -1..+2 group kolla-ansible-core
label-Workflow = -1..+1 group kolla-ansible-core
toggleWipState = group kolla-ansible-core
[label "Backport-Candidate"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true
copyMaxScore = true
copyMinScore = true
defaultValue = 0
function = NoBlock
value = -2 Do Not Backport
value = -1 Not A Backport Candidate
value = 0 Backport Review Needed
value = +1 Proposed Backport
value = +2 Should Backport
[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