From b0a1ae39081035f054e808681b2ffebb65ccf751 Mon Sep 17 00:00:00 2001 From: Zac Farrell Date: Fri, 13 Mar 2026 20:54:31 -0700 Subject: [PATCH] fix: allow hotdata-automation bot to trigger PR reviews --- .github/workflows/claude-pr-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index d1dce71..477df31 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -49,6 +49,7 @@ jobs: with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} track_progress: false + allowed_bots: "hotdata-automation[bot]" prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}