
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
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
[access]
|
|
inheritFrom = openstack/meta-config
|
|
|
|
[access "refs/heads/*"]
|
|
abandon = group hacking-core
|
|
label-Code-Review = -2..+2 group hacking-core
|
|
label-Workflow = -1..+1 group hacking-core
|
|
toggleWipState = group hacking-core
|