From ddbd5637ef7e434ba18f06f2759de2ccbf57b0c0 Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 7 Sep 2026 03:27:01 +0800 Subject: [PATCH] ci: fix PR triage permissions and triggers --- .github/workflows/pr-triage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 9036e49e..0f1db7d8 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -2,10 +2,11 @@ name: PR Triage on: pull_request: - types: [opened] + types: [opened, reopened, synchronize] permissions: contents: read + issues: write pull-requests: write jobs: