From 31d91b4f7ece991985233963ed585e92c2cbff08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 19 Jan 2023 10:44:07 +0100 Subject: [PATCH] fix bors.toml --- bors.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index b750afa..c063f8e 100644 --- a/bors.toml +++ b/bors.toml @@ -1,2 +1,4 @@ cut_body_after = "" # don't include text from the PR body in the merge commit message -status = [ "tests" ] +status = [ + "tests (ubuntu-latest)" +]