auto-merge
input now also accepts comma separated events:pull_request_review
;check_run
;push
.
- New input:
require_merge
.- Default value:
false
. - If
true
, the action is considered to have failed if an attempted merge fails.
- Default value:
- Added new info output for the
check_run
event when the payload has a empty pull request list.
- Fixed race condition when triggered by the
check_run
event. - Debugging is now better.
Fixed pull request search not considering the head branch.
Initial release.