summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-08-23 09:52:14 +0200
committerMatthias Beyer <mail@beyermatthias.de>2022-08-23 09:52:14 +0200
commit8485be76d1490702e999c7a3eb7a0addae8f2e9c (patch)
tree6617f510c749282a47e30e9c36534ce1580d7144
parent2dc41569eadf31a3caa840359c1e056e3f7e614b (diff)
Remove dco-check from bors config
We only run the dco-check on PRs. So sometimes it does not run, which confuses bors. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--bors.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bors.toml b/bors.toml
index 1bbf35b..aebb81f 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,2 +1,2 @@
-status = ["checks", "license", "dco-check"]
+status = ["checks", "license"]
update_base_for_deletes = true