From 6b85e87c98ccfe69acf3ec963186db01d1bf487c Mon Sep 17 00:00:00 2001 From: Colin James Date: Tue, 13 Aug 2024 09:56:00 +0100 Subject: [PATCH] Allow remediation commits for DCO Signed-off-by: Colin James --- .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 00000000000..1f94d940bd1 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,3 @@ +allowRemediationCommits: + individual: true + thirdParty: true