Skip to content

Update EndBug/add-and-commit action to v10 (release-2.11) - #6632

Closed
red-hat-konflux[bot] wants to merge 1 commit into
release-2.11from
konflux/mintmaker/release-2.11-release-2.11/endbug-add-and-commit-10.x
Closed

Update EndBug/add-and-commit action to v10 (release-2.11)#6632
red-hat-konflux[bot] wants to merge 1 commit into
release-2.11from
konflux/mintmaker/release-2.11-release-2.11/endbug-add-and-commit-10.x

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending
EndBug/add-and-commit action major v7v10 v11.0.0 (+1)

Release Notes

EndBug/add-and-commit (EndBug/add-and-commit)

v10.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: EndBug/add-and-commit@v9.1.4...v10.0.0

v10

Compare Source

v9.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: EndBug/add-and-commit@v9.1.3...v9.1.4

v9.1.3

Compare Source

What's Changed

Full Changelog: EndBug/add-and-commit@v9.1.2...v9.1.3

v9.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: EndBug/add-and-commit@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: EndBug/add-and-commit@v9.1.0...v9.1.1

v9.1.0

Compare Source

Added:
  • The fetch input allows you to customize the git fetch command, or to prevent the action from fetching at all.

Full Changelog: EndBug/add-and-commit@v9.0.1...v9.1.0

v9.0.1

Compare Source

Fixed:
  • Now files are re-staged after pulling, so that the action works as intended when using options such as pull: --rebase --autostash
New Contributors

Full Changelog: EndBug/add-and-commit@v9.0.0...v9.0.1

v9.0.0

Compare Source

Changed:
  • [BREAKING] The action will now fail when the git commit command fails. (#​370)
  • [BREAKING] The action won't try deleting and re-creting tags when it fails to push them, it's now up to you to set the proper arguments (see the tag_push input). (#​367)
Added:
  • tag_push input: you can now set the arguments of the git push --tags command.
  • tag_pushed output: whether the action pushed tags.

v9

Compare Source

v8.0.2

Compare Source

Fixed:
  • The commit input is now properly listed in the README. (#​360)

v8.0.1

Compare Source

Fixed:
  • Fixed a bug that prevented the --allow-empty flag from being used for the commit input. (#​352)
  • Fixed README and CHANGELOG docs for the pull input, that were still showing the option to use NO-PULL to prevent pulling (while now it's the default behavior). (#​354)
  • Added a paragraph to the FAQs section of the README, that explains how to work with PRs in v8. (#​351)

v8.0.0

Compare Source

Fixed:
  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.
Removed:
  • [BREAKING] The signoff input has been removed, use commit instead. (#​331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.
  • [BREAKING] The pull input doesn't support NO-PULL anymore: if you don't want the action to pull, simply remove the input, as it's the default behavior now.
Added:
  • Added the commit input, that allows you to change the arguments for the git commit command. (#​331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#​349)

v8

Compare Source

v7.5.0

Compare Source

Added:
  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#​329)

v7.4.0

Compare Source

Added:
  • Added pull input: you can use it to change the arguments of the git pull command (#​294)
Changed:
  • Deprecated pull_strategy: use pull instead (#​294)

v7.3.0

Compare Source

Added:
  • Added custom committer support via the committer_name and committer_email inputs (#​264)
  • Added commit_sha output (#​275)
  • Added pathspec_error_handling input (#​280)

v7.2.1

Compare Source

Fixed:
  • Fixed an issue with missing outputs (#​189)

v7.2.0

Compare Source

Added:
  • default_author: this input allows you to control how the action fills missing author name or email (issue #​167)
  • github_token input introduced to get token to use in API calls
Fixed:
  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #​179)

v7.1.2

Compare Source

Fixed:
  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #​166)

v7.1.1

Compare Source

Fixed:
  • Git args parsing has been improved, and now handles spaces correctly (issue #​154)

v7.1.0

Compare Source

You can see the full changelog here.

Added:
  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci

openshift-ci Bot commented Aug 1, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign randy424 for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-2.11-release-2.11/endbug-add-and-commit-10.x branch 10 times, most recently from 14951c1 to f022044 Compare August 8, 2026 04:18
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/release-2.11-release-2.11/endbug-add-and-commit-10.x branch from f022044 to f48fc5e Compare August 8, 2026 04:19
@sonarqubecloud

sonarqubecloud Bot commented Aug 8, 2026

Copy link
Copy Markdown

@openshift-ci

openshift-ci Bot commented Aug 8, 2026

Copy link
Copy Markdown

@red-hat-konflux[bot]: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/unit-tests-sonarcloud f48fc5e link true /test unit-tests-sonarcloud

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@KevinFCormier
KevinFCormier deleted the konflux/mintmaker/release-2.11-release-2.11/endbug-add-and-commit-10.x branch August 11, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant