Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps suzuki-shunsuke/commit-action from 0.0.10 to 0.0.11.

Release notes

Sourced from suzuki-shunsuke/commit-action's releases.

v0.0.11

Issues | Pull Requests | suzuki-shunsuke/commit-action@v0.0.10...v0.0.11 | Base revision

Features

#204 Add fail_on_self_push input and self_push output to control self-push behavior @​haya14busa

self-push means pushing a commit to the same repository and branch where the workflow is run.

Overview

  • Make self-push behavior configurable and observable without failing by default.
  • Preserve current default: fail when pushing to the same repo/branch.

Motivation

  • Some workflows want to continue after self-push and branch via outputs rather than fail.
  • Avoid unnecessary failures while still preventing loops when desired.

Changes

  • New input fail_on_self_push (default: true) to control failure on self-push.
  • New output self_push indicates a push to the same repo/branch as the current run.

Usage Example

- uses: suzuki-shunsuke/commit-action@latest
  id: commit
  with:
    # Continue even if pushing to the same repo/branch
    fail_on_self_push: false

if: steps.commit.outputs.self_push == 'true'
run: echo "Self-push occurred; follow-up logic here"

Backward Compatibility

  • Default behavior unchanged: fails on self-push when fail_on_self_push is not provided or is true.
  • No breaking changes to existing inputs/outputs.
Commits
  • b4aee3f chore: prepare release v0.0.11
  • e8d47bc chore: prepare release v0.0.11
  • c9a5141 feat: add fail_on_self_push input and self_push output to control self-push b...
  • 6a23c42 chore(deps): update suzuki-shunsuke/renovate-config-validator-workflow action...
  • ef14620 chore(deps): lock file maintenance (#203)
  • f60cc7c chore(deps): update dependency @​vercel/ncc to v0.38.4 (#202)
  • d6774d2 chore(deps): update dependency @​types/node to v20.19.17 (#201)
  • 576d300 chore(deps): update dependency @​types/node to v20.19.16 (#200)
  • a70a12c chore(deps): update suzuki-shunsuke/renovate-config to v3.3.1 (#199)
  • bcfc20b chore(deps): update dependency @​types/node to v20.19.15 (#198)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [suzuki-shunsuke/commit-action](https://github.com/suzuki-shunsuke/commit-action) from 0.0.10 to 0.0.11.
- [Release notes](https://github.com/suzuki-shunsuke/commit-action/releases)
- [Commits](suzuki-shunsuke/commit-action@ca8e761...b4aee3f)

---
updated-dependencies:
- dependency-name: suzuki-shunsuke/commit-action
  dependency-version: 0.0.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 29, 2025
@Songmu Songmu merged commit 847b9b0 into main Oct 1, 2025
@Songmu Songmu deleted the dependabot/github_actions/suzuki-shunsuke/commit-action-0.0.11 branch October 1, 2025 14:25
@github-actions github-actions bot mentioned this pull request Oct 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants