Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Fix the workflow that adds the interface-spec label (#5243)
When a PR is submitted from a fork from an external contributor, the workflow that attempts to add the `interface-spec` label fails, e.g. on this [PR](#5240). According to actions/labeler#36 (comment) this should be fixed by changing the type of action that triggers the workflow from `pull_request` to `pull_request_target` as this adds the necessary write permissions through a github token.
- Loading branch information