diff --git a/.github/dco.yml b/.github/dco.yml new file mode 100644 index 0000000..f48c76a --- /dev/null +++ b/.github/dco.yml @@ -0,0 +1,13 @@ +# 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