Skip to content

Commit fb88077

Browse files
chore: apply CI template update (#968)
Co-authored-by: ci-update-dispatcher[bot] <268749283+ci-update-dispatcher[bot]@users.noreply.github.com>
1 parent 2cb0abc commit fb88077

4 files changed

Lines changed: 3 additions & 4 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: 908a424
2+
_commit: '2944179'
33
_src_path: gh:athackst/ci
44
bump_script_path: .github/bump.sh
55
release_template: "# Get it\n\n ## Python\n\n Install it with pip\n\n ```bash\n\

.github/ci-config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ labels:
8989
- color: "#64748b"
9090

9191
automerge:
92-
- head-branch: ['^dependabot/', '^ci/']
92+
- head-branch: ['^dependabot/']
9393
- description: "Automatically merge"
9494
- color: "#eab308"
9595

.github/workflows/ci_update.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ jobs:
2626
uses: athackst/ci/.github/workflows/ci_updater.yml@main
2727
with:
2828
create-pr: true
29-
automerge: true
3029
secrets:
3130
token: ${{ secrets.CI_BOT_TOKEN }}

.github/workflows/setup_labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file is generated from athackst/ci/template/.github/workflows/setup_labels.yml.jinja.
22
# Do not edit directly; update the template instead.
33

4-
name: Setup labels
4+
name: Setup Labels
55

66
on:
77
push:

0 commit comments

Comments
 (0)