summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-01-04 10:40:31 +0000
committerGitHub <noreply@github.com>2023-01-04 10:40:31 +0000
commitcdfa7c68854d9bba34004bab79bf5b3a933f979b (patch)
treee2b92eb3d8ace30541c36003c8e96521d15c2bf8
parent4de479a45ff530460f064efb79f9047ba18a6f0a (diff)
parentdd7e10aa3ca2c0d2df6c7fb60ab5810e544d2074 (diff)
Try #113:trying
-rw-r--r--.github/workflows/check.yml13
-rw-r--r--bors.toml17
2 files changed, 16 insertions, 14 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index f918324..197443c 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -10,19 +10,6 @@ env:
CARGO_TERM_COLOR: always
jobs:
- checks:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3.2.0
- - uses: cachix/install-nix-action@v18
- with:
- nix_path: nixpkgs=channel:nixos-unstable
- - uses: cachix/cachix-action@v12
- with:
- name: cloudmqtt
- # If you chose API tokens for write access OR if you have a private cache
- authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- - run: nix --extra-experimental-features "nix-command flakes" flake check
license:
runs-on: ubuntu-latest
steps:
diff --git a/bors.toml b/bors.toml
index 852ec51..1ff4a5d 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,3 +1,18 @@
-status = ["checks", "license"]
+status = [
+ # Github Actions
+ "license",
+ # Garnix
+ "Evaluate flake.nix",
+ "check cloudmqtt [x86_64-linux]",
+ "check cloudmqtt-clippy [x86_64-linux]",
+ "check cloudmqtt-fmt [x86_64-linux]",
+ "package cloudmqtt [x86_64-linux]",
+]
+pr_status = [
+ # Github Actions
+ "license",
+ "dco-check",
+ "fixup-check",
+]
update_base_for_deletes = true
cut_body_after = "<details>"