
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: I2716fea5a6f7b504419a4b2a8e4c64d352873259
29 lines
681 B
Plaintext
29 lines
681 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group devstack-core
|
|
label-Code-Review = -2..+2 group devstack-core
|
|
label-Review-Priority = -1..+2 group devstack-core
|
|
label-Verified = -1..+1 group devstack-ci
|
|
label-Workflow = -1..+1 group devstack-core
|
|
|
|
[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
|