Add Milestone Check status to bors.toml

This commit is contained in:
Clémentine Urquizar 2021-10-13 19:10:20 +02:00
parent 4bacc8e47d
commit 7349fca607
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 2 additions and 1 deletions

View File

@ -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