Skip to content

Commit ace4b9c

Browse files
[MNT] Bump stefanzweifel/git-auto-commit-action from 5 to 6 in the github-actions group (#2906)
* [MNT] Bump stefanzweifel/git-auto-commit-action Bumps the github-actions group with 1 update: [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). Updates `stefanzweifel/git-auto-commit-action` from 5 to 6 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> * Update issue_comment_edited.yml * Update pr_precommit.yml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Middlehurst <pfm15hbu@gmail.com>
1 parent 786bf3f commit ace4b9c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/issue_comment_edited.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,9 @@ jobs:
5151

5252
- if: ${{ steps.label_out.outputs.empty_commit == 'true' }}
5353
name: Push empty commit
54-
uses: stefanzweifel/git-auto-commit-action@v5
54+
uses: stefanzweifel/git-auto-commit-action@v6
5555
with:
5656
commit_message: Empty commit for CI
5757
commit_user_name: aeon-actions-bot[bot]
5858
commit_options: --allow-empty
59-
create_branch: false
6059
skip_dirty_check: true

.github/workflows/pr_precommit.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ jobs:
5656
# push fixes if pre-commit fails and PR is eligible
5757
- if: ${{ failure() && github.event_name == 'pull_request_target' && !github.event.pull_request.draft && !contains(github.event.pull_request.labels.*.name, 'stop pre-commit fixes') }}
5858
name: Push pre-commit fixes
59-
uses: stefanzweifel/git-auto-commit-action@v5
59+
uses: stefanzweifel/git-auto-commit-action@v6
6060
with:
6161
commit_message: Automatic `pre-commit` fixes
6262
commit_user_name: aeon-actions-bot[bot]
63-
create_branch: false

0 commit comments

Comments
 (0)