From dfec364147add25eca794308ca3829bb7f93dbd9 Mon Sep 17 00:00:00 2001 From: Marc LeBlanc <7050295+marcleblanc2@users.noreply.github.com> Date: Fri, 29 May 2026 02:07:47 -0600 Subject: [PATCH] Allow release validation to read pull requests Amp-Thread-ID: https://ampcode.com/threads/T-019e7240-53ce-7492-8061-b0b53a2dc59a Co-authored-by: Amp --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 589c471..51bd774 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ on: permissions: contents: write + pull-requests: read concurrency: group: release-${{ github.event.inputs.tag || github.ref_name }}