Skip to content

Commit 20aa5a5

Browse files
authored
Merge pull request #30 from gf712/ci/code-review-comment-flag
ci: pass --comment so Claude Code Review posts its findings
2 parents 62cc6f5 + 454d369 commit 20aa5a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/claude-code-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3030
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
3131
plugins: 'code-review@claude-code-plugins'
32-
prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
32+
prompt: '/code-review:code-review --comment ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
3333
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
3434
# or https://code.claude.com/docs/en/cli-reference for available options
3535

0 commit comments

Comments
 (0)