From fe4041cd87b8a9c13e187f18db7a951ffa85425e Mon Sep 17 00:00:00 2001 From: Chris Warren <16132615+c-warren@users.noreply.github.com> Date: Mon, 6 Oct 2025 11:21: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 00000000..0c4b142e --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,2 @@ +require: + members: false