Automerge Action Versions Save

GitHub action to automatically merge pull requests that are ready

v0.14.3

2 years ago
  • Update dependencies
  • Bug fixes: #162 #166
  • Add MERGE_REQUIRED_APPROVALS option

v0.14.2

3 years ago
  • Support workflow_run event #155
  • Fix log level parsing #154
  • Update dependencies

v0.14.1

3 years ago

Update marketplace display name

v0.14.0

3 years ago
  • Add new PULL_REQUEST property #149
  • Update dependencies

v0.13.1

3 years ago

The functionality of this action is now available directly in GitHub as auto-merge. The automerge-action project will still be maintained, but users are encouraged to switch to auto-merge for simple workflows, as it offers a faster and more stable experience.

v0.13.0

3 years ago
  • Migrate to JS action (#135)
  • Update dependencies

v0.12.0

3 years ago
  • Handle check_suite/check_run from forks (#113)
  • Support for more PR properties in MERGE_COMMIT_MESSAGE (#112)
  • Improve logging
  • Update dependencies

v0.11.0

3 years ago
  • Handle workflow_dispatch as intended (#109)
  • Update dependencies

v0.10.0

3 years ago
  • Add support for pull_request_target event (#102)
  • Support workflow_dispatch (#107)
  • Update dependencies

v0.9.0

3 years ago
  • Add MERGE_METHOD_LABELS and MERGE_METHOD_LABEL_REQUIRED options (#92)
  • Add support for repository_dispatch event (#98)