summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Müller <neikos@neikos.email>2022-07-05 16:28:42 +0200
committerMarcel Müller <neikos@neikos.email>2022-07-05 16:28:42 +0200
commit314d802b334313d7f124fed43ff0f95914033409 (patch)
treefe5376e50484563384009db5f34536b4323116ad
parent863465bf564efe2de6d4673d9e6cedd3de90916f (diff)
Enable bors
Signed-off-by: Marcel Müller <neikos@neikos.email>
-rw-r--r--.github/workflows/check.yml11
-rw-r--r--bors.toml2
2 files changed, 10 insertions, 3 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index c1772ab..407caf8 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -1,9 +1,14 @@
name: "Check CloudMQTT"
+
on:
- pull_request:
push:
- branches:
- - main
+ branches: [main, staging, trying]
+ pull_request:
+ branches: [main]
+
+env:
+ CARGO_TERM_COLOR: always
+
jobs:
checks:
runs-on: ubuntu-latest
diff --git a/bors.toml b/bors.toml
new file mode 100644
index 0000000..aebb81f
--- /dev/null
+++ b/bors.toml
@@ -0,0 +1,2 @@
+status = ["checks", "license"]
+update_base_for_deletes = true