2c6cf338aa
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>
15 lines
324 B
Plaintext
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
|