Skip to content

Commit d2072d4

Browse files
committed
ci: fix labeler workflow
1 parent 80346a6 commit d2072d4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/conventional-label.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
# Warning, do not check out untrusted code with
2+
# the pull_request_target event.
13
on:
2-
pull_request:
4+
pull_request_target:
5+
types: [ opened, edited ]
36
name: conventional-release-labels
47
jobs:
58
label:

0 commit comments

Comments
 (0)