From e533e863224eb406f70ba9136cf2b74af003ba0c Mon Sep 17 00:00:00 2001 From: dan-claude-bot Date: Sun, 19 Jul 2026 16:35:50 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20issues:=20write=20=E2=80=94=20the=20fall?= =?UTF-8?q?back=20PR's=20--label=20rides=20the=20issues=20API=20(labels.ym?= =?UTF-8?q?l=20precedent)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 898007b..2ce4ea5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,6 +40,9 @@ permissions: # scope): the decide step's label read (commits//pulls) and the bump # fallback's `gh pr create --label`. pull-requests: write + # ...and the --label on that fallback PR rides the ISSUES API (labels.yml + # grants the same pair for the same reason). + issues: write jobs: release: