Skip to content

Commit c0b57d7

Browse files
authored
chore(deps): update stefanzweifel/git-auto-commit-action action to v5.2.0 (#3161)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) | action | minor | `v5.1.0` -> `v5.2.0` | --- ### Release Notes <details> <summary>stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)</summary> ### [`v5.2.0`](https://redirect.github.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v520---2025-04-19) [Compare Source](https://redirect.github.com/stefanzweifel/git-auto-commit-action/compare/v5.1.0...v5.2.0) ##### Added - Add `create_git_tag_only` option to skip commiting and always create a git-tag. ([#&#8203;364](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/364)) [@&#8203;zMynxx](https://redirect.github.com/@&#8203;zMynxx) - Add Test for `create_git_tag_only` feature ([#&#8203;367](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/367)) [@&#8203;stefanzweifel](https://redirect.github.com/@&#8203;stefanzweifel) ##### Fixed - docs: Update README.md per [#&#8203;354](https://redirect.github.com/stefanzweifel/git-auto-commit-action/issues/354) ([#&#8203;361](https://redirect.github.com/stefanzweifel/git-auto-commit-action/pull/361)) [@&#8203;rasa](https://redirect.github.com/@&#8203;rasa) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/AmadeusITGroup/otter). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNTcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjI1Ny4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
2 parents 0d85f71 + e181829 commit c0b57d7

File tree

1 file changed

+1
-1
lines changed
  • tools/github-actions/create-branch-e2e-screenshots

1 file changed

+1
-1
lines changed

tools/github-actions/create-branch-e2e-screenshots/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ runs:
2121
steps:
2222
- name: Create branch
2323
id: auto-commit-action
24-
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
24+
uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
2525
with:
2626
commit_message: ${{ inputs.commitMessage }}
2727
branch: ${{ inputs.branchName }}

0 commit comments

Comments
 (0)