From 6852812d857c659f65786c4eccb3d0eb931fc226 Mon Sep 17 00:00:00 2001 From: Josh Triplett Date: Thu, 2 Jun 2022 11:10:54 -0700 Subject: [PATCH] Remove old bors.toml This seems to be an artifact from when we used bors rather than GitHub Actions. --- bors.toml | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 bors.toml diff --git a/bors.toml b/bors.toml deleted file mode 100644 index 732f8fcfc..000000000 --- a/bors.toml +++ /dev/null @@ -1,7 +0,0 @@ -status = [ - "Build and test (ubuntu-latest, nightly)", - "Build and test (windows-latest, nightly)", - "Build and test (macOS-latest, nightly)", - "Checking fmt and docs", - "Clippy check", -]