diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 989a6a8..6b09211 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -25,7 +25,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} - allowed_bots: 'dependabot[bot]' + allowed_bots: 'dependabot[bot],goodolclint-claude[bot],goodolclint-codex[bot]' track_progress: true prompt: | REPO: ${{ github.repository }}