Skip to content

Commit 6779f82

Browse files
authored
Merge pull request #42 from sacha-c/fix-workflow-labeler
ci: fix labeler workflow
2 parents 8b496bb + d2072d4 commit 6779f82

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)