From 01369215dcecfdc41bebc4d54dff217573abebf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 2 Jan 2023 11:21:55 +0100 Subject: [PATCH] bors: update toml --- bors.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/bors.toml b/bors.toml index 4a9f23e..c9665f9 100644 --- a/bors.toml +++ b/bors.toml @@ -1,6 +1,2 @@ cut_body_after = "" # don't include text from the PR body in the merge commit message -status = [ - "flake-checks", - "builds (treefmt, ubuntu-latest)", - "builds (treefmt, macos-latest)" -] +status = ["tests (ubuntu-latest)", "tests (macos-latest)"]