Skip to content

Commit e8fa987

Browse files
authored
chore: apply CI template update (#715)
1 parent ff51d15 commit e8fa987

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.copier-answers.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: cf4d00a
2+
_commit: 048b007
33
_src_path: gh:athackst/ci
44
bump_script_path: ''
55
release_template: '## What''s changed

.github/ci-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ version-resolver:
5151
- 'security'
5252

5353
labels:
54-
major:
54+
breaking:
5555
- head-branch: ["^major", "^breaking", "^break"]
5656
- description: "Breaking or major-version change"
5757
- color: "b91c1c"

.github/workflows/pr_bot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
permissions:
1919
contents: write
2020
pull-requests: write
21+
checks: read
2122
uses: athackst/ci/.github/workflows/automerge.yml@main
2223
secrets:
2324
token: ${{ secrets.CI_BOT_TOKEN }}

0 commit comments

Comments
 (0)