Skip to content

Commit c09f2e8

Browse files
committed
Fix: Fix conventional commits workflow
Use pull_requests_event to allow creating comments from forked repositories
1 parent 04f3317 commit c09f2e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conventional-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Conventional Commits
22

33
on:
4-
pull_request:
4+
pull_request_target:
55

66
permissions:
77
pull-requests: write

0 commit comments

Comments
 (0)