From 5a6aa74ec971f35a44b06ac922f756bb121eded1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 29 Sep 2022 23:22:35 +0200 Subject: [PATCH] bors: fix status check --- bors.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index b750afaee..e0006d07a 100644 --- a/bors.toml +++ b/bors.toml @@ -1,2 +1,2 @@ cut_body_after = "" # don't include text from the PR body in the merge commit message -status = [ "tests" ] +status = [ "Test" ]