We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f23044 commit 1135683Copy full SHA for 1135683
1 file changed
.github/workflows/claude-code-review.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
permissions:
20
contents: read
21
- pull-requests: read
+ pull-requests: write
22
issues: read
23
id-token: write
24
@@ -35,6 +35,6 @@ jobs:
35
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
36
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
37
plugins: 'code-review@claude-code-plugins'
38
- prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}'
+ prompt: '/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }} --comment'
39
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
40
# or https://code.claude.com/docs/en/cli-reference for available options
0 commit comments