From 1d8b9d5f12462866e42cab226791384bc7d29bea Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 16 Jan 2022 18:16:34 +0000 Subject: [PATCH] Skip DCO check for org members (leaving this commit unsigned for testing) --- .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 00000000..37e411e1 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false \ No newline at end of file