Skip to content

Commit

Permalink
feat: invite bors (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gebner committed Sep 29, 2021
1 parent 5fbb5bb commit 7135f1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
on:
push:
branches-ignore:
# ignore tmp branches used by bors
- 'staging.tmp*'
- 'trying.tmp*'
- 'staging*.tmp'
# ignore staging branch used by bors, this is handled by bors.yml
- 'staging'
pull_request:

name: ci
Expand Down
6 changes: 6 additions & 0 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
status = ["Build"]
use_squash_merge = true
timeout_sec = 28800
block_labels = ["not-ready-to-merge", "WIP", "blocked-by-other-PR", "merge-conflict"]
delete_merged_branches = true
cut_body_after = "---"

0 comments on commit 7135f1d

Please sign in to comment.