Skip to content

Commit 62e04bd

Browse files
authored
Merge pull request #1315 from Altinity/strtgbb-patch-5
Stable 25.8.14 - Add dco.yml
2 parents 16fde3c + bb844a5 commit 62e04bd

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dco.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# The configuration file must be named `dco.yml` and placed in the `.github` directory in the default branch of the repository.
2+
#
3+
# This configuration file is backwards compatible with the *dcoapp/app* (https://github.com/dcoapp/app) configuration file.
4+
5+
# https://github.com/cncf/dco2?#remediation-commits
6+
allowRemediationCommits:
7+
# Allow individual remediation commits
8+
# https://github.com/cncf/dco2?#individual
9+
individual: true
10+
# Allow third-party remediation commits
11+
# https://github.com/cncf/dco2?#third-party
12+
thirdParty: false
13+
14+
require:
15+
# Members are required to sign-off commits
16+
# https://github.com/cncf/dco2?#skipping-sign-off-for-organization-members
17+
members: false

0 commit comments

Comments
 (0)