Skip to content

Commit e3afccf

Browse files
authored
Merge pull request #222 from target/bmuenzenmeyer-patch-1
Set DCO configuration for remediation commit policies
2 parents b9a2442 + b93c86e commit e3afccf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dco.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# https://github.com/cncf/dco2?#remediation-commits
2+
allowRemediationCommits:
3+
# Allow individual remediation commits
4+
# https://github.com/cncf/dco2?#individual
5+
individual: true
6+
# DO NOT Allow third-party remediation commits
7+
# https://github.com/cncf/dco2?#third-party
8+
thirdParty: false
9+
10+
require:
11+
# Target contributors are NOT required to sign-off commits
12+
# https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members
13+
members: false

0 commit comments

Comments
 (0)