From a1b38629785327fbf665c4c016002602d4fe77c9 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 5 Oct 2025 16:12:37 +0800 Subject: [PATCH 1/2] Fix pr-triage.yml --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 9036e49e0..dea97a802 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -1,7 +1,7 @@ name: PR Triage on: - pull_request: + pull_request_target: types: [opened] permissions: From ee0794eda3c1b267d2596cb74d508af5723bad75 Mon Sep 17 00:00:00 2001 From: Kyle Date: Sun, 5 Oct 2025 16:40:21 +0800 Subject: [PATCH 2/2] Add manully trigger support --- .github/workflows/pr-triage.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index dea97a802..add320e1b 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -2,7 +2,13 @@ name: PR Triage on: pull_request_target: - types: [opened] + types: [opened, reopened] + workflow_dispatch: + inputs: + pr_number: + description: 'PR number to triage' + required: true + type: number permissions: contents: read