From 161b4baa5d7311f46b015f9127c52d11acb6cf7f Mon Sep 17 00:00:00 2001 From: Harshit Date: Tue, 9 Jun 2026 13:39:18 +0530 Subject: [PATCH] fix(workflow): use pull_request_target for PR triage --- .github/workflows/triagePr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triagePr.yml b/.github/workflows/triagePr.yml index d8d9dad..9934477 100644 --- a/.github/workflows/triagePr.yml +++ b/.github/workflows/triagePr.yml @@ -1,7 +1,7 @@ name: Pull request triage on: - pull_request: + pull_request_target: types: [opened] permissions: