We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62cc6f5 + 454d369 commit 20aa5a5Copy full SHA for 20aa5a5
1 file changed
.github/workflows/claude-code-review.yml
@@ -29,7 +29,7 @@ jobs:
29
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
30
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
31
plugins: 'code-review@claude-code-plugins'
32
- prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
+ prompt: '/code-review:code-review --comment ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
33
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
34
# or https://code.claude.com/docs/en/cli-reference for available options
35
0 commit comments