Skip to content

Commit f2f0967

Browse files
authored
Merge pull request #104 from target/compliance/add-dco-yml
Add DCO configuration
2 parents 72ad215 + 1015b5f commit f2f0967

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dco.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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

0 commit comments

Comments
 (0)