- New input:
release-regex
.- Default value:
null
. - If not null, allow multiple branches to match the input pattern.
- Matched branches are considered to be release branches.
- Can be assigned simultaneously with the
release
literal input.
- Default value:
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.