Skip to content

Commit e5bd6bf

Browse files
committed
feat: allow external forks add pr-comments
1 parent 41ef971 commit e5bd6bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/commit-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Commit Check
33
on:
44
pull_request:
55
branches: 'main'
6+
pull_request_target: # for external forks
7+
branches: 'main'
68
workflow_dispatch:
79

810
jobs:

0 commit comments

Comments
 (0)