From 45940a573d1a9af2e2d1cc5ab182cd4a79b9e3a4 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 21 Sep 2026 17:11:56 +0800 Subject: [PATCH] Grant pull-requests write so profile PR labels and the partner notice actually post --- .github/workflows/pr-merge-bot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-merge-bot.yml b/.github/workflows/pr-merge-bot.yml index a2722f105e..75025daddf 100644 --- a/.github/workflows/pr-merge-bot.yml +++ b/.github/workflows/pr-merge-bot.yml @@ -529,7 +529,7 @@ jobs: && github.event_name == 'pull_request_target' permissions: contents: read - pull-requests: read + pull-requests: write issues: write runs-on: ubuntu-latest timeout-minutes: 5 @@ -636,7 +636,7 @@ jobs: && github.event_name == 'pull_request_target' permissions: contents: read # delegatable subtree, for file modes - pull-requests: read + pull-requests: write issues: write # label + comment runs-on: ubuntu-latest timeout-minutes: 10