fa5ac08128
As part of the usual release process, add specific ACL for the stable/queens branch, so that we can transfer control from release managers to stable branch managers around release time. This change will be reverted post-release once the specific ACL is no longer needed. For more details, see: http://git.openstack.org/cgit/openstack/releases/tree/PROCESS.rst#n86 Change-Id: I222390e96759f5dc83a41cdc606d5e964f2b011d
37 lines
1.3 KiB
Plaintext
37 lines
1.3 KiB
Plaintext
[access "refs/heads/*"]
|
|
abandon = group horizon-core
|
|
label-Code-Review = -2..+2 group horizon-core
|
|
label-Verified = -1..+1 group horizon-ci
|
|
label-Workflow = -1..+1 group horizon-core
|
|
|
|
[access "refs/heads/stable/*"]
|
|
abandon = group Change Owner
|
|
abandon = group Project Bootstrappers
|
|
abandon = group horizon-stable-maint
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group Project Bootstrappers
|
|
label-Code-Review = -2..+2 group horizon-stable-maint
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+0 group Change Owner
|
|
label-Workflow = -1..+1 group Project Bootstrappers
|
|
label-Workflow = -1..+1 group horizon-stable-maint
|
|
|
|
[access "refs/heads/stable/queens"]
|
|
abandon = group Change Owner
|
|
abandon = group Project Bootstrappers
|
|
abandon = group horizon-release-branch
|
|
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
|
|
label-Code-Review = -2..+2 group Project Bootstrappers
|
|
label-Code-Review = -2..+2 group horizon-release-branch
|
|
label-Code-Review = -1..+1 group Registered Users
|
|
label-Workflow = -1..+0 group Change Owner
|
|
label-Workflow = -1..+1 group Project Bootstrappers
|
|
label-Workflow = -1..+1 group horizon-release-branch
|
|
|
|
[receive]
|
|
requireChangeId = true
|
|
requireContributorAgreement = true
|
|
|
|
[submit]
|
|
mergeContent = true
|