diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 5db9d466..bffb5804 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -37,6 +37,7 @@ jobs: uses: anthropics/claude-code-action@6c0083bb7289c31716797a039b6367b3079cc46e # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + allowed_bots: 'renovate[bot]' # let Renovate PRs get reviewed plugin_marketplaces: 'https://github.com/anthropics/claude-code.git' plugins: 'code-review@claude-code-plugins' prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'