mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
fix(ci): allow Dependabot PRs to trigger code review workflow
This commit is contained in:
parent
2392ecb091
commit
01f8c6cd5f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/claude-code-review.yml
vendored
2
.github/workflows/claude-code-review.yml
vendored
|
|
@ -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 }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue