From 8c30b6b6347ff9c79dfcec7b02798d67fecaf168 Mon Sep 17 00:00:00 2001 From: Daniel Bluhm Date: Wed, 29 Nov 2023 09:55:18 -0500 Subject: [PATCH] chore: add dco remediation configuration Signed-off-by: Daniel Bluhm --- .github/dco.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 000000000..1f94d940b --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,3 @@ +allowRemediationCommits: + individual: true + thirdParty: true