Open TimonVS opened 5 years ago
The Action fails to run on PRs that are submitted from a fork. As an example see the failing check on #24. It's basically the same issue as https://github.com/actions/labeler/issues/12.
I was able to implement for PR's coming from forks by using the pull_request_target action instead of the pull_request action:
pull_request_target
pull_request
name: PR Labeler on: pull_request_target: types: [opened]
The Action fails to run on PRs that are submitted from a fork. As an example see the failing check on #24. It's basically the same issue as https://github.com/actions/labeler/issues/12.