492: Add the new `Specify breaking` check to bors.toml r=curquiza a=curquiza

Should prevent this problem: https://github.com/meilisearch/milli/pull/489#issuecomment-1094988060

Co-authored-by: Clémentine Urquizar - curqui <clementine@meilisearch.com>
This commit is contained in:
bors[bot] 2022-04-13 08:59:40 +00:00 committed by GitHub
commit 49fbbacafc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,6 @@ status = [
'Tests on windows-latest with stable', 'Tests on windows-latest with stable',
'Run Rustfmt', 'Run Rustfmt',
] ]
pr_status = ['Specify breaking']
# 3 hours timeout # 3 hours timeout
timeout-sec = 10800 timeout-sec = 10800