get-diff-action icon indicating copy to clipboard operation
get-diff-action copied to clipboard

Add support for merge_group event

Open espenalb opened this issue 2 years ago • 2 comments
trafficstars

The get-diff-action currently ignores events from merge_group - this is unfortunate when using the (excellent) GitHub merge queue concept, as our checks are skipped because the git diff is reported as empty.

Fixing this (I think) is as simple as adding merge_group to TARGET_EVENTS in src/constant.ts

espenalb avatar Nov 22 '23 10:11 espenalb

:raised_hands: Thanks for opening your first issue here! Be sure to follow the issue template!

welcome[bot] avatar Nov 22 '23 10:11 welcome[bot]

I have published my forked version to the Github marketplace, https://github.com/marketplace/actions/get-diff-action-including-merge_group-merge-queue because I was concerned that this PR would not be merged. (Since there does not seem to have been any activity here for the last 12months).

espenalb avatar Nov 24 '23 14:11 espenalb