18: Enable bors for nicer merging r=bertptrs a=bertptrs



Co-authored-by: Bert Peters <bert@bertptrs.nl>
This commit is contained in:
bors[bot]
2022-05-15 21:40:40 +00:00
committed by GitHub
2 changed files with 7 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ on:
push:
branches:
- master
- staging
- trying
pull_request:
name: Continuous integration

5
bors.toml Normal file
View File

@@ -0,0 +1,5 @@
status = [
'Rust project (stable)',
'Rust project (beta)',
'Documentation build',
]