Commit 3edad96
Fix Claude Code Review workflow: use built-in review (#698)
* Remove broken Claude Code Review workflow
The plugin-based review setup is broken — the plugin tries to call
gh api via the Bash tool, which the action sandbox blocks by default.
Removing in favor of the working default claude.yml (@claude mentions).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix Claude Code Review workflow: use built-in review instead of broken plugin
Replace the plugin-based review (which fails because the sandbox blocks
Bash tool access) with the built-in review_triggered_on and
use_sticky_comment options.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Fix: remove invalid review_triggered_on input
The action auto-detects review mode from the pull_request trigger.
Only use_sticky_comment and prompt are needed.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent c099a3e commit 3edad96
1 file changed
+6
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 6 | | |
13 | 7 | | |
14 | 8 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 9 | | |
22 | 10 | | |
23 | 11 | | |
24 | | - | |
25 | | - | |
| 12 | + | |
| 13 | + | |
26 | 14 | | |
27 | 15 | | |
28 | 16 | | |
29 | 17 | | |
30 | | - | |
| 18 | + | |
31 | 19 | | |
32 | 20 | | |
33 | 21 | | |
| |||
36 | 24 | | |
37 | 25 | | |
38 | 26 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
0 commit comments