jwalton / gh-find-current-pr

Github Action for finding the Pull Request (PR) associated with the current SHA.
MIT License
175 stars 55 forks source link

Does not work with `merge_group` trigger #110

Open lalten opened 1 year ago

lalten commented 1 year ago

merge_group is the trigger used for the Merge Queue feature.

See

steps.find_pr.outputs.pr will be empty

lalten commented 1 year ago

See https://github.com/community/community/discussions/46757#discussioncomment-5249568 for a way to make this work