Add Backport-Candidate label to openstack-ansible ACL

Change-Id: I22f590307653e91bc7742dbf2feffc03a981e10c
This commit is contained in:
Dmitriy Rabotyagov 2022-01-11 22:07:14 +02:00
parent 1906b1f21b
commit e6008a2dd0
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