You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.tsThe text was updated successfully, but these errors were encountered: