Releases: reitermarkus/automerge
Releases · reitermarkus/automerge
v2.1.0
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'
v2.0.2
- Updated dependencies.
v2.0.1
- Updated dependencies.
v2.0.0
- The action now activates the native “auto-merge” GitHub feature instead of merging a pull request directly. The feature must be enabled in repository settings.
- The action does not check approvals and status checks anymore. Set the number of required approvals and required status checks in repository settings instead.
v1.5.2
v1.5.1
Unify debug messages.