File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # ###
2+ # This file configures dco2, a tool Target uses to nudge contributors to sign-off their
3+ # adherence to the DCO agreement.
4+ #
5+ # dco2: https://github.com/cncf/dco2
6+ #
7+ # For more information about Target's use of the Developer Certificate of Origin standard,
8+ # please see https://github.com/target/.github.
9+ #
10+ # This file should be kept in sync with https://github.com/target/.github/blob/main/dco.yml
11+ #
12+ # ###
13+ # https://github.com/cncf/dco2?#remediation-commits
14+ allowRemediationCommits :
15+ # Allow individual remediation commits
16+ # https://github.com/cncf/dco2?#individual
17+ individual : true
18+ # DO NOT Allow third-party remediation commits
19+ # https://github.com/cncf/dco2?#third-party
20+ thirdParty : false
21+
22+ require :
23+ # Target contributors are NOT required to sign-off commits
24+ # https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members
25+ members : false
You can’t perform that action at this time.
0 commit comments