From 7349fca6071ba284b6bedc54416e0487a9245fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar?= Date: Wed, 13 Oct 2021 19:10:20 +0200 Subject: [PATCH] Add Milestone Check status to bors.toml --- bors.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bors.toml b/bors.toml index d85949f13..528bd8c77 100644 --- a/bors.toml +++ b/bors.toml @@ -3,7 +3,8 @@ status = [ 'Tests on macos-latest', 'Tests on windows-latest', 'Run Clippy', - 'Run Rustfmt' + 'Run Rustfmt', + 'Milestone Check' ] # 3 hours timeout timeout-sec = 10800