-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdco.yml
More file actions
23 lines (20 loc) · 903 Bytes
/
dco.yml
File metadata and controls
23 lines (20 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Sample reference configuration file
#
# 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.
# Show the "Set DCO to pass" button in failed checks
# https://github.com/cncf/dco2?#override-action
allowOverrideAction: true
# https://github.com/cncf/dco2?#remediation-commits
allowRemediationCommits:
# Allow individual remediation commits
# https://github.com/cncf/dco2?#individual
individual: false
# 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: true