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>
This commit is contained in:
Doug Hellmann 2016-08-31 14:13:13 -04:00
parent f5b5924343
commit 2c6cf338aa
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ pushSignedTag = group release-tools-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true