Skip to content

Commit

Permalink
chore(github): integrate bors
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Apr 28, 2023
1 parent d3cb25b commit 1ab6f39
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .github/bors.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
status = [
"Check",
"Lints",
"Formatting",
"Test suite",
"Audit check",
"Links",
"Check Rust version",
]
delete_merged_branches = true
update_base_for_deletes = true
cut_body_after = "<details>"
commit_title = "chore(pull): merge ${PR_REFS}"
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Continuous Integration

on:
push:
branches:
- main
pull_request:
push:
branches:
- main
- staging # for bors
- trying # for bors
schedule:
- cron: "0 0 * * 0"

Expand Down

0 comments on commit 1ab6f39

Please sign in to comment.