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

View File

@ -3,7 +3,8 @@ status = [
'Tests on macos-latest', 'Tests on macos-latest',
'Tests on windows-latest', 'Tests on windows-latest',
'Run Clippy', 'Run Clippy',
'Run Rustfmt' 'Run Rustfmt',
'Milestone Check'
] ]
# 3 hours timeout # 3 hours timeout
timeout-sec = 10800 timeout-sec = 10800