Skip to content

Commit

Permalink
ci: fix labeler workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sacha-c committed Dec 23, 2024
1 parent 80346a6 commit 9af2cb6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/conventional-label.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Warning, do not check out untrusted code with
# the pull_request_target event.
on:
pull_request:
pull_request_target:
types: [ opened, edited ]
name: conventional-release-labels
jobs:
label:
Expand Down

0 comments on commit 9af2cb6

Please sign in to comment.