From 826ed9e763b655c6db5334be760dfa3e173fdb98 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:51:24 +0000 Subject: [PATCH 1/2] Initial plan From c09a85d0240b6462ff7aa58eebd16810d7a8e8a2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 24 Jun 2026 16:59:10 +0000 Subject: [PATCH 2/2] fix: restore release workflow write permissions --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4a3515ac7..c86d6d818 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,8 @@ concurrency: ${{ github.workflow }}-${{ github.ref }} permissions: id-token: write # Required for OIDC - contents: read + contents: write + pull-requests: write jobs: release: