From fc8a9eebacd3904438b10fa8e097dafafa6e240c Mon Sep 17 00:00:00 2001 From: "hugh-hackman[bot]" <266376744+hugh-hackman[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 13:54:53 +0000 Subject: [PATCH] ci: add pull-requests write permission to release workflow (#40) Co-authored-by: Hugh Hackman --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2cdfe76..88373ad 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,6 +10,7 @@ on: permissions: contents: write + pull-requests: write jobs: release: