summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-05-12 08:42:58 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-08-11 13:41:03 +0200
commitcec6ac5477100ddf533462e6403b589d788f618c (patch)
treed8b43209a16e9b2b8659d84c79ecdc71c82fe8ae
parent8a89c5c9229dd5a0b7b37f5154e8da025a8be1ad (diff)
Add dcoapp configurationdeny-commits-without-sob
Because there are again and again commits without a proper DCO signature line (Signed-off-by), this commit adds setup for the dcoapp bot, that enforces Signed-off-by lines in all commits of a PR. Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
-rw-r--r--.github/dco.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/dco.yml b/.github/dco.yml
new file mode 100644
index 00000000..faad69be
--- /dev/null
+++ b/.github/dco.yml
@@ -0,0 +1,5 @@
+# configure dco bot (https://github.com/dcoapp/app)
+# for this repository
+
+require:
+ members: true