get-changed-files
get-changed-files copied to clipboard
Support Merge Queue Event
Github introduced the Merge Queue feature. This PR allows the action to work with the new merge_group event.
Without this change the following error occurs when a PR enters the merge queue:
Run Ana06/[email protected]
Error: This action only supports pull requests and pushes, merge_group events are not supported. Please submit an issue on this action's GitHub repo if you believe this in correct.
Base commit: undefined
Head commit: undefined
Error: The base and head commits are missing from the payload for this merge_group event. Please submit an issue on this action's GitHub repo.
Error: Not Found
@Ana06 could you take a look at this?