From 69492b94bfb4290ebc279f9a1f66080916454320 Mon Sep 17 00:00:00 2001 From: Yinan Qin Date: Mon, 27 Jul 2026 23:50:28 +0800 Subject: [PATCH] fix(ci): allow pr check to run by default Signed-off-by: Yinan Qin --- .github/workflows/issue_pr_comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue_pr_comment.yml b/.github/workflows/issue_pr_comment.yml index 1bdcdfefe8..6c1a639531 100644 --- a/.github/workflows/issue_pr_comment.yml +++ b/.github/workflows/issue_pr_comment.yml @@ -3,7 +3,7 @@ name: Issue or PR Auto Reply on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] permissions: