Skip to content

Commit 34887d9

Browse files
committed
ci: use pull_request_target to allow conventional commit workflow on forked PRs (pscloud-129)
1 parent fdbb2d7 commit 34887d9

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: PR Conventional Commit Validation
22

33
on:
4-
pull_request:
4+
pull_request_target:
55
types: [opened, synchronize, reopened, edited]
66
branches:
77
- main

0 commit comments

Comments
 (0)