From 40516cfd68a234927fcbcd7a04623577eb75dfb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 10 Jan 2023 08:11:05 +0100 Subject: [PATCH] update bors.toml --- bors.toml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/bors.toml b/bors.toml index 5a95260..ef528ca 100644 --- a/bors.toml +++ b/bors.toml @@ -1,28 +1,29 @@ + cut_body_after = "" # don't include text from the PR body in the merge commit message status = [ - # garnix "Evaluate flake.nix", - "package disko [x86_64-linux]", - "check boot-raid1 [x86_64-linux]", "check bcachefs [x86_64-linux]", - "check luks-lvm [x86_64-linux]", - "check mdadm [x86_64-linux]", - "check lvm-luks-example-tsp-mount [x86_64-linux]", - "package default [x86_64-linux]", - "check lvm-luks-example-tsp-create [x86_64-linux]", - "check cli [x86_64-linux]", + "check boot-raid1 [x86_64-linux]", "check btrfs-subvolumes [x86_64-linux]", - "check multi-device-no-deps [x86_64-linux]", - "check negative-size [x86_64-linux]", - "check swap [x86_64-linux]", - "check module [x86_64-linux]", - "check zfs [x86_64-linux]", - "check zfs-over-legacy [x86_64-linux]", - "check with-lib [x86_64-linux]", + "check cli [x86_64-linux]", "check complex [x86_64-linux]", "check gpt-bios-compat [x86_64-linux]", + "check luks-lvm [x86_64-linux]", + "check lvm-luks-example-tsp-create [x86_64-linux]", + "check lvm-luks-example-tsp-mount [x86_64-linux]", "check lvm-raid [x86_64-linux]", + "check mdadm [x86_64-linux]", + "check module [x86_64-linux]", + "check multi-device-no-deps [x86_64-linux]", + "check negative-size [x86_64-linux]", + "check shellcheck [x86_64-linux]", + "check simple-efi [x86_64-linux]", "check standalone [x86_64-linux]", + "check swap [x86_64-linux]", "check tmpfs [x86_64-linux]", - "check simple-efi [x86_64-linux]" + "check with-lib [x86_64-linux]", + "check zfs [x86_64-linux]", + "check zfs-over-legacy [x86_64-linux]", + "package default [x86_64-linux]", + "package disko [x86_64-linux]" ]