From 8fd5ff4fdba5260e462f6bdb6a04f1cdbf2f6447 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 17 Jan 2019 15:13:52 -0500 Subject: [PATCH] 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 --- gerrit/acls/openstack/windmill-ops.config | 2 +- gerrit/acls/openstack/windmill.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gerrit/acls/openstack/windmill-ops.config b/gerrit/acls/openstack/windmill-ops.config index 70c4c5aaf7..f62f6c6cc5 100644 --- a/gerrit/acls/openstack/windmill-ops.config +++ b/gerrit/acls/openstack/windmill-ops.config @@ -8,7 +8,7 @@ pushSignedTag = group windmill-ops-release [receive] requireChangeId = true -requireContributorAgreement = true +requireContributorAgreement = false [submit] mergeContent = true diff --git a/gerrit/acls/openstack/windmill.config b/gerrit/acls/openstack/windmill.config index ec903b07ea..f166bdcd24 100644 --- a/gerrit/acls/openstack/windmill.config +++ b/gerrit/acls/openstack/windmill.config @@ -8,7 +8,7 @@ pushSignedTag = group windmill-release [receive] requireChangeId = true -requireContributorAgreement = true +requireContributorAgreement = false [submit] mergeContent = true