From 4a7770c3c002f3888cd2e23ceafb5df15d210853 Mon Sep 17 00:00:00 2001 From: "ospo-compliance-bot[bot]" <284105198+ospo-compliance-bot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 19:33:28 +0000 Subject: [PATCH] Add .github/dco.yml --- .github/dco.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/dco.yml diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..cb5b363 --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,25 @@ +#### +# This file configures dco2, a tool Target uses to nudge contributors to sign-off their +# adherence to the DCO agreement. +# +# dco2: https://github.com/cncf/dco2 +# +# For more information about Target's use of the Developer Certificate of Origin standard, +# please see https://github.com/target/.github. +# +# This file should be kept in sync with https://github.com/target/.github/blob/main/dco.yml +# +#### +# https://github.com/cncf/dco2?#remediation-commits +allowRemediationCommits: + # Allow individual remediation commits + # https://github.com/cncf/dco2?#individual + individual: true + # DO NOT Allow third-party remediation commits + # https://github.com/cncf/dco2?#third-party + thirdParty: false + +require: + # Target contributors are NOT required to sign-off commits + # https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members + members: false