mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 13:22:17 +03:00
chore(github): integrate bors
This commit is contained in:
parent
d3cb25bc99
commit
1ab6f39c84
13
.github/bors.toml
vendored
Normal file
13
.github/bors.toml
vendored
Normal 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}"
|
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user