From 81af9b3bb05de816f760f2847f36cacfb98bb47b Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Thu, 14 May 2026 16:51:52 -0700 Subject: [PATCH] fix(ci): base bot PRs on main in brain workflow --- .github/workflows/gemini-cli-bot-brain.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-cli-bot-brain.yml b/.github/workflows/gemini-cli-bot-brain.yml index 1c2bf537e6..8939b026ca 100644 --- a/.github/workflows/gemini-cli-bot-brain.yml +++ b/.github/workflows/gemini-cli-bot-brain.yml @@ -315,7 +315,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8' # ratchet:actions/checkout@v5 with: - ref: '${{ needs.reasoning.outputs.sha }}' + ref: 'main' fetch-depth: 0 persist-credentials: false