Files
project-config/gerrit/acls/x/charm.config
Jeremy Stanley 4f497a0599 Remove CLA enforcement from all projects and lock
The configured contributor license agreements in our Gerrit are
referent to the Open Infrastructure Foundation incorporated in
Delaware, which is in the process of being closed down after its
operations joined the Linux Foundation. As such, they are no longer
valid for future contributions (and it's questionable whether they
were ever valid for non-OpenInfra projects anyway). OpenInfra
projects which were previously relying on these have since switched
to the DCO with a different enforcement mechanism.

Remove CLA enforcement from all remaining repositories and lock down
our ACL linter to reject future additions, so that we can
unconfigure support in our Gerrit.

Change-Id: Ia22b30b071c12c43c75ffb7a90923556ad0d2c7e
2025-07-15 18:04:44 +00:00

22 lines
569 B
Plaintext

[access "refs/heads/*"]
abandon = group charms-core
create = group charms-release
label-Code-Review = -2..+2 group charms-core
label-Verified = -1..+1 group charms-ci
label-Workflow = -1..+1 group charms-core
[access "refs/heads/stable/*"]
abandon = group charms-stable-maint
label-Code-Review = -2..+2 group charms-stable-maint
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+1 group charms-stable-maint
[access "refs/tags/*"]
createSignedTag = group charms-release
[receive]
requireChangeId = true
[submit]
mergeContent = true