From a7542120568728677505cf6c1b6b752445cb5ee5 Mon Sep 17 00:00:00 2001 From: Chris Warren <16132615+c-warren@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:59:21 -0700 Subject: [PATCH] ci: Allow gpg signed commits to pass DCO checks Signed-off-by: Chris Warren <16132615+c-warren@users.noreply.github.com> --- .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..0c4b142e9 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false