
Most OpenStack project ACLs inherit from meta-config's ACL (basically everything except some SIG deliverables). Remove their explicit receive and submit sections which are entirely redundant to the values which are implicit through inheritance. Also some remaining repos that don't inherit from meta-config functionally duplicate its content, so replace those with inheritance as well. This will make the future planned transition from CLA to DCO enforcement much simpler. Change-Id: I573172bfdb8bba4a8feadd3ff11a5a6d6fcfd183
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/for/refs/*"]
|
|
pushMerge = group diskimage-builder-release
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group diskimage-builder-core
|
|
label-Code-Review = -2..+2 group diskimage-builder-core
|
|
label-Verified = -1..+1 group diskimage-builder-ci
|
|
label-Workflow = -1..+1 group diskimage-builder-core
|
|
|
|
[access "refs/tags/*"]
|
|
createSignedTag = group diskimage-builder-release
|