Merge "Add Backport-Candidate label to openstack-ansible ACL"

This commit is contained in:
Zuul 2022-01-25 14:06:26 +00:00 committed by Gerrit Code Review
commit da6e5fd46c
1 changed files with 12 additions and 0 deletions

View File

@ -3,9 +3,21 @@ inheritFrom = openstack/meta-config
[access "refs/heads/*"]
abandon = group openstack-ansible-core
label-Backport-Candidate = -1..+1 group openstack-ansible-core
label-Code-Review = -2..+2 group openstack-ansible-core
label-Workflow = -1..+1 group openstack-ansible-core
[label "Backport-Candidate"]
copyAllScoresIfNoCodeChange = true
copyAllScoresOnTrivialRebase = true
copyMaxScore = true
copyMinScore = true
defaultValue = 0
function = NoBlock
value = -1 Not A Backport Candidate
value = 0 Backport Review Needed
value = +1 Proposed Backport
[receive]
requireChangeId = true
requireContributorAgreement = true