Skip to content

Commit b1c2cd7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conventional-commits.yml

+1-1
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
jobs:
77
conventional-commits:

0 commit comments

Comments
 (0)