From 3f03131b48eb7d970cd13da172750fdf2938bf13 Mon Sep 17 00:00:00 2001
From: Daz DeBoer <daz@gradle.com>
Date: Wed, 16 Mar 2022 13:17:50 -0600
Subject: [PATCH] Allow members to push commits without sign-off

---
 .github/dco.yml | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .github/dco.yml

diff --git a/.github/dco.yml b/.github/dco.yml
new file mode 100644
index 0000000..790c2e7
--- /dev/null
+++ b/.github/dco.yml
@@ -0,0 +1,3 @@
+# Disable sign-off checking for members of the Gradle GitHub organization
+require:
+  members: false