fix(ci): allow Dependabot PRs to trigger code review workflow

This commit is contained in:
Johannes Millan 2026-01-21 15:09:44 +01:00
parent 2392ecb091
commit 01f8c6cd5f

View file

@ -45,6 +45,8 @@ jobs:
with:
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
# Allow common dependency management bots to trigger reviews
allowed_bots: 'dependabot[bot],renovate[bot]'
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 }}'