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
Run
https://github.com/mmtk/mmtk-core/actions/runs/7649653943/job/20844445119
failed, as we use `${{ github.event.pull_request.number }}` to get the
pull request number and it does not work for the `merge_group` trigger.
This PR gets pull request number using a third-party action which
properly deals with both `pull_request` and `merge_group`.
0 commit comments