From 5c3791ed63cac305c8d7b48be3feeac7a4e621bd Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Fri, 28 Feb 2025 12:00:38 +0100 Subject: [PATCH] Disable DCO for organizational members --- .github/dco.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..0c4b142 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false