mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
Add bors
This commit is contained in:
parent
03bb95539b
commit
c30f17fafb
2 changed files with 6 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -2,7 +2,7 @@ name: Continuous integration
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
branches: [ main, staging, trying ]
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
|
||||
|
|
5
bors.toml
Normal file
5
bors.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
status = [
|
||||
'ci (stable)'
|
||||
]
|
||||
# 3 hours timeout
|
||||
timeout-sec = 10800
|
Loading…
Add table
Add a link
Reference in a new issue