Skip to content

Commit

Permalink
Fix: Fix conventional commits workflow
Browse files Browse the repository at this point in the history
Use pull_requests_event to allow creating comments from forked repositories
  • Loading branch information
bjoernricks committed Jul 7, 2023
1 parent b0e1b73 commit bb7eba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conventional-commits.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Conventional Commits

on:
pull_request:
pull_request_target:

permissions:
pull-requests: write
Expand Down

0 comments on commit bb7eba8

Please sign in to comment.