Skip to content
Compare
Choose a tag to compare
@reitermarkus reitermarkus released this 02 Jul 18:10
· 2861 commits to main since this release
a25ea0d

Two new inputs, squash-commit-title and squash-commit-message, were added, which allow specifying the squash commit title and message. The squash-title input is deprecated and will be removed in the next major release.

If you are using

with:
  squash-title: true

this can be replaced with

with:
  squash-commit-title: ${pull_request.title} (#${pull_request.number})
  squash-commit-message: '\n'