From 83d15895f1aec3a718c660782897641ddc9b9f45 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Wed, 13 May 2026 16:29:02 -0700 Subject: [PATCH] fix(bot): archive pr-labels.txt to apply labels to PRs The pr-labels.txt file was being correctly generated by the bot but was not being passed to the Publish Artifacts job because it was omitted from the Archive Brain Data step. --- .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 e4f86e3885..2dcf46e30a 100644 --- a/.github/workflows/gemini-cli-bot-brain.yml +++ b/.github/workflows/gemini-cli-bot-brain.yml @@ -267,6 +267,7 @@ jobs: pr-comment.md pr-number.txt issue-comment.md + pr-labels.txt retention-days: 90 publish: