From 89bf9f155a190dc04a3ee93d190fce545a788377 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Sat, 6 Jun 2026 11:16:12 -0700 Subject: [PATCH] ci: allow aikido-autofix[bot] in claude PR review --- .github/workflows/claude-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index be94b85..11c4de7 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -100,7 +100,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: false - allowed_bots: "hotdata-automation[bot]" + allowed_bots: "hotdata-automation[bot],aikido-autofix[bot]" prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}