
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: I336cee87cff8c3f407d29f8a30fbd5505cc713d7
35 lines
895 B
Plaintext
35 lines
895 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group futurist-core
|
|
label-Backport-Candidate = -2..+2 group futurist-core
|
|
label-Backport-Candidate = -1..+1 group Registered Users
|
|
label-Code-Review = -2..+2 group futurist-core
|
|
label-Workflow = -1..+1 group futurist-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
|