From d8384796032bf9b323f89e86bf7d85de7057fc6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 5 Jan 2023 12:26:09 +0100 Subject: [PATCH] kexec-installer: add bors --- bors.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..9247e10 --- /dev/null +++ b/bors.toml @@ -0,0 +1,10 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + # garnix + "Evaluate flake.nix", + "package netboot-nixos-2211 [x86_64-linux]", + "package kexec-installer-nixos-2211 [x86_64-linux]", + "package kexec-installer-nixos-unstable [x86_64-linux]", + "check kexec-installer-unstable [x86_64-linux]", + "package netboot-nixos-unstable [x86_64-linux]" +]