
This patch series move openstack/* projects from All-Projects ACL to meta-config ACL, which is created especially for the Release Managers group. Change-Id: I2c32457118eda4b18c91cc94a884205af8f759e3
36 lines
952 B
Plaintext
36 lines
952 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group oslo-vmware-core
|
|
label-Backport-Candidate = -2..+2 group oslo-vmware-core
|
|
label-Backport-Candidate = -1..+1 group Registered Users
|
|
label-Code-Review = -2..+2 group oslo-vmware-core
|
|
label-Verified = -1..+1 group oslo-vmware-ci
|
|
label-Workflow = -1..+1 group oslo-vmware-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group stable-maint-core
|
|
label-Code-Review = -2..+2 group stable-maint-core
|
|
label-Workflow = -1..+1 group stable-maint-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
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|