Skip to content

Commit 340155d

Browse files
authored
Merge branch 'releases/25.8.14' into backports/25.8.14/90243
2 parents 3860592 + 62e04bd commit 340155d

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)