Skip to content

Commit 1e21477

Browse files
committed
[build] use pull_request instead of pull_request target on PR label commenting
1 parent 9f6c0fe commit 1e21477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-commenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Label Commenter
44
on:
55
issues:
66
types: [ labeled ]
7-
pull_request_target:
7+
pull_request:
88
types: [labeled]
99

1010
permissions:

0 commit comments

Comments
 (0)