diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index cb20f04f..76cc8934 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -46,6 +46,9 @@ jobs: uses: anthropics/claude-code-action@558b1d6cab4085c7753fe402c10bef0fbb92ac7a # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + # Allow Dependabot PRs to be reviewed (default policy rejects bot actors + # and fails the check on every dependency PR). + allowed_bots: "dependabot[bot]" prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}