We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3860592 + 62e04bd commit 340155dCopy full SHA for 340155d
1 file changed
.github/dco.yml
@@ -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