From f80b4fdedda00db93924e9986d576b3b26c71f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Thu, 14 Oct 2021 14:21:42 +0200 Subject: [PATCH] Use pr_status isntead of status --- bors.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bors.toml b/bors.toml index 528bd8c77..ba97aaf43 100644 --- a/bors.toml +++ b/bors.toml @@ -3,8 +3,8 @@ status = [ 'Tests on macos-latest', 'Tests on windows-latest', 'Run Clippy', - 'Run Rustfmt', - 'Milestone Check' + 'Run Rustfmt' ] +pr_status = ['Milestone Check'] # 3 hours timeout timeout-sec = 10800