From f371ecb9489286ab44fbbc6d528472a27ad78bb6 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Fri, 19 Sep 2025 04:15:17 -0700 Subject: [PATCH] permissions (#8903) Co-authored-by: gemini-cli-robot --- .github/workflows/release-patch-2-trigger.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-patch-2-trigger.yml b/.github/workflows/release-patch-2-trigger.yml index e68d890330..47a9ea40cd 100644 --- a/.github/workflows/release-patch-2-trigger.yml +++ b/.github/workflows/release-patch-2-trigger.yml @@ -35,6 +35,7 @@ jobs: permissions: actions: 'write' contents: 'read' + pull-requests: 'write' steps: - name: 'Checkout' uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8'