Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mod PR labeler workflow trigger to pull_request_target
When PR from public fork, Do not access configuration file in pull_request trigger. pull_request_target trigger is: - GITHUB_TOKEN is granted read/write repository permission unless the permissions key is specified and the workflow can access secrets, even when it is triggered from a fork - Runs in the context of the base of the pull request (NOT merge commit) refs: - TimonVS/pr-labeler-action#25 (comment) - https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
- Loading branch information