1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-10-26 07:49:41 +03:00

chore(github): integrate bors

This commit is contained in:
Orhun Parmaksız 2023-04-28 14:47:37 +03:00
parent d3cb25bc99
commit 1ab6f39c84
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
2 changed files with 16 additions and 3 deletions

13
.github/bors.toml vendored Normal file
View File

@ -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}"

View File

@ -1,12 +1,12 @@
name: Continuous Integration
on:
pull_request:
push:
branches:
- main
pull_request:
branches:
- main
- staging # for bors
- trying # for bors
schedule:
- cron: "0 0 * * 0"