project-config/gerrit/acls/openstack-infra/release-tools.config
Doug Hellmann 2c6cf338aa require CLA for release-tools
We missed a case in testing releases because the release-test repo did
not require having a CLA signed. The release-tools and release-test
repos share an ACLs file. Rather than split the ACLs, just update the
release-tools ACLs in place to add the flag so that future tests more
accurately reflect what real repositories will look like.

Change-Id: I13b5c5db18888e6d65e9bd8e9ed9feeba66ecffb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-08-31 14:13:13 -04:00

15 lines
324 B
Plaintext

[access "refs/heads/*"]
abandon = group release-tools-core
label-Code-Review = -2..+2 group release-tools-core
label-Workflow = -1..+1 group release-tools-core
[access "refs/tags/*"]
pushSignedTag = group release-tools-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true