Asana / comment-on-task-github-action

26 stars 15 forks source link

Workflow doesn't work when PR is with forked commit. #5

Open danberk4 opened 2 years ago

danberk4 commented 2 years ago

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"