Skip to content

Commit 6b92cbd

Browse files
authored
fix(ci): allow pr check to run by default (#2856)
1 parent 84ecda3 commit 6b92cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/issue_pr_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Issue or PR Auto Reply
33
on:
44
issues:
55
types: [opened]
6-
pull_request:
6+
pull_request_target:
77
types: [opened]
88

99
permissions:

0 commit comments

Comments
 (0)