I have an issue where this workflow isn't triggered when the PR is merging in work into the base from a fork.
The fix seems to be to use the "pull_request_target" action instead of pull_request, but this isn't allowed from the action.
Can support be added for "pull_request_target"