diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index b7e01e4..f043262 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@f64219702d7454cf29fe32a74104be6ed43dc637 # v1.0.34 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + allowed_bots: "renovate-bot-cbcoutinho" prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}