We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a77d33 commit 5e08029Copy full SHA for 5e08029
1 file changed
.github/workflows/claude-code-review.yml
@@ -28,9 +28,6 @@ jobs:
28
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
29
github_token: ${{ github.token }}
30
31
- # (Optional) Useful while debugging; can expose secrets in logs
32
- show_full_output: true
33
-
34
plugin_marketplaces: 'https://github.com/anthropics/claude-code.git'
35
plugins: 'code-review@claude-code-plugins'
36
@@ -50,7 +47,7 @@ jobs:
50
47
prompt: |
51
48
/code-review:code-review ${{ github.repository }}/pull/${{ github.event.pull_request.number }}
52
49
Post the results as one top-level PR comment titled "Claude Code Review".
53
- If you cannot access the diff/files, say so explicitly and explain what was blocked.
+ If you cannot access the diff/files, say so explicitly and explain what is blocking access.
54
55
additional_permissions: |
56
actions: read
0 commit comments