.github/workflows/issue-labeler.yml 🔗
@@ -3,7 +3,7 @@ name: Issue Labeler
on:
issues:
types: [opened]
- pull_request:
+ pull_request_target:
types: [opened]
workflow_dispatch:
inputs:
Andrey Nering created
.github/workflows/issue-labeler.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -3,7 +3,7 @@ name: Issue Labeler
on:
issues:
types: [opened]
- pull_request:
+ pull_request_target:
types: [opened]
workflow_dispatch:
inputs: