From 310ef9ef1ebd3f17a33c902a55ffbf6c0efe40f7 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 15:27:20 +0000 Subject: [PATCH] Also check pr_status --- bors.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bors.toml b/bors.toml index 843d034..f2ba509 100644 --- a/bors.toml +++ b/bors.toml @@ -6,3 +6,9 @@ status = [ "fmt", "clippy", ] + +pr_status = [ + "test", + "fmt", + "clippy", +]