From 817f914798b5d5232af911f72b681061faaf1e05 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 1 Feb 2018 13:45:32 -0800 Subject: [PATCH] Do not require DCO signoff for project members (#252) We only need the DCO bot to validate external submissions. --- .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 000000000..37e411e1b --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false \ No newline at end of file