From bfd90f9acd90c7b7434feed2f3469b7a4ca72117 Mon Sep 17 00:00:00 2001 From: "privilegedescalation-paperclip[bot]" <268365651+privilegedescalation-paperclip[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 21:33:09 +0000 Subject: [PATCH] fix: add pull-requests write permission to release workflow (#22) The reusable release workflow declares pull-requests:write but the caller didn't grant it, causing startup_failure on GitHub Actions. Co-authored-by: Hugh Hackman [bot] Co-authored-by: Claude Opus 4.6 --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a44f834..60e80a7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ on: permissions: contents: write + pull-requests: write jobs: release: