We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92c8662 commit 802ae6bCopy full SHA for 802ae6b
1 file changed
.github/workflows/claude-code-review.yml
@@ -38,7 +38,7 @@ jobs:
38
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
39
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
40
plugins: 'code-review@claude-code-plugins'
41
- prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
+ prompt: 'Review this PR following the instructions in CLAUDE.md.'
42
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
43
# or https://code.claude.com/docs/en/cli-reference for available options
44
0 commit comments