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'