From 6b7174703c70e57d508ba82f6d25fd9733c1debb Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Thu, 14 May 2026 20:03:23 -0700 Subject: [PATCH] fix(ci): add pull-requests: read permission to brain job --- .github/workflows/gemini-cli-bot-brain.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gemini-cli-bot-brain.yml b/.github/workflows/gemini-cli-bot-brain.yml index fb89069a18..8969bee28b 100644 --- a/.github/workflows/gemini-cli-bot-brain.yml +++ b/.github/workflows/gemini-cli-bot-brain.yml @@ -58,6 +58,7 @@ jobs: contents: 'read' issues: 'read' actions: 'read' + pull-requests: 'read' outputs: sha: ${{ steps.get_sha.outputs.sha }} env: