Commit 026e6a9
committed
fix(ci): use pull_request_target for labeler workflow
The labeler workflow used pull_request which lacks write permissions on
fork PRs due to GitHub security restrictions. Switching to
pull_request_target runs the workflow in the base repo context and
grants the GITHUB_TOKEN the pull-requests:write permission needed to
apply labels.1 parent 82358fc commit 026e6a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments