mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
chore(ci): Update for branch renames
And for not running bors
This commit is contained in:
parent
5e913473d7
commit
26cefe2ce3
6 changed files with 7 additions and 18 deletions
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: CI-PR
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
concurrency:
|
||||
group: ci-pr-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches: [staging, trying]
|
||||
branches: [main]
|
||||
jobs:
|
||||
ci:
|
||||
name: CI
|
||||
|
|
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Coverage
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
concurrency:
|
||||
group: coverage-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
|
@ -1,9 +1,9 @@
|
|||
name: Lint
|
||||
on:
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
push:
|
||||
branches: [staging, trying]
|
||||
branches: [main]
|
||||
concurrency:
|
||||
group: lint-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
|
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
name: Site
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [main]
|
||||
paths:
|
||||
- site/**
|
||||
- .github/workflows/site.yml
|
||||
|
|
11
bors.toml
11
bors.toml
|
@ -1,11 +0,0 @@
|
|||
status = [
|
||||
"CI",
|
||||
]
|
||||
pr_status = [
|
||||
"CI-PR", "Lint",
|
||||
]
|
||||
timeout_sec = 7200
|
||||
prerun_timeout_sec = 7200
|
||||
delete_merged_branches = true
|
||||
cut_body_after = ""
|
||||
block_labels = ["M: blocked", "M: require changes"]
|
Loading…
Add table
Reference in a new issue