Setup bors

This commit is contained in:
Franck Royer 2021-03-23 10:33:11 +11:00
parent a4afa76266
commit ea97bfa557
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- 'main'
- 'staging'
- 'trying'
pull_request:
jobs:

3
bors.toml Normal file
View File

@ -0,0 +1,3 @@
status = ["build_and_test"]
block_labels = ["work-in-progress"]
delete_merged_branches = true