From 644580fc2aac04f849a0528fdec75b3431559307 Mon Sep 17 00:00:00 2001 From: Chris Warren <16132615+c-warren@users.noreply.github.com> Date: Tue, 7 Oct 2025 13:13:12 -0700 Subject: [PATCH] ci: Allow GPG keys to sign commits 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