-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdco.yml
More file actions
25 lines (24 loc) · 870 Bytes
/
dco.yml
File metadata and controls
25 lines (24 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
####
# This file configures dco2, a tool Target uses to nudge contributors to sign-off their
# adherence to the DCO agreement.
#
# dco2: https://github.com/cncf/dco2
#
# For more information about Target's use of the Developer Certificate of Origin standard,
# please see https://github.com/target/.github.
#
# This file should be kept in sync with https://github.com/target/.github/blob/main/dco.yml
#
####
# 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