Skip to content

Commit b4a66db

Browse files
committed
[build] actually run label commenter on PR label actions as well
1 parent 45ef9e8 commit b4a66db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/label-commenter.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ name: Label Commenter
44
on:
55
issues:
66
types: [ labeled ]
7+
pull_request_target:
8+
types: [labeled]
79

810
permissions:
911
contents: read

0 commit comments

Comments
 (0)