Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# The configuration file must be named `dco.yml` and placed in the `.github` directory in the default branch of the repository. The values used below are the defaults.
#
# This configuration file is backwards compatible with the *dcoapp/app* (https://github.com/dcoapp/app) configuration file.

# https://github.com/cncf/dco2?#remediation-commits
allowRemediationCommits:
# Allow individual remediation commits
# https://github.com/cncf/dco2?#individual
individual: true
# Allow third-party remediation commits
# https://github.com/cncf/dco2?#third-party
thirdParty: false

require:
# Members are required to sign-off commits
# https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members
members: false
Loading