Set requireContributorAgreement false for windmill / windmill-ops

It was pointed out on IRC, we have CLA config option enabled. Given that
we are not official openstack projects, we can disable this making is
easier for new users to contribute.

Change-Id: Ib5fc7e547f0949e8624539f46ea28f9096c8c733
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-01-17 15:13:52 -05:00
parent e1e1dd7e5b
commit 8fd5ff4fdb
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ pushSignedTag = group windmill-ops-release
[receive]
requireChangeId = true
requireContributorAgreement = true
requireContributorAgreement = false
[submit]
mergeContent = true

View File

@ -8,7 +8,7 @@ pushSignedTag = group windmill-release
[receive]
requireChangeId = true
requireContributorAgreement = true
requireContributorAgreement = false
[submit]
mergeContent = true