We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45872c8 commit 8a9703fCopy full SHA for 8a9703f
.github/workflows/claude-code-review.yml
@@ -64,6 +64,13 @@ jobs:
64
Always respond in Japanese, even if given instructions are in English.
65
Use Japanese for all outputs, explanations, and comments in code
66
67
+ For each heading use this HTML style that users can see your summary at first and check details when clicking:
68
+ <details>
69
+ <summary><strong>[YOUR_HEADING]</strong></summary>
70
+ [YOUR_FEEDBACKS]
71
+ </details>
72
+ Not that inside <details> tags you should write in HTML, not Markdown.
73
+
74
# Optional: Use sticky comments to make Claude reuse the same comment on subsequent pushes to the same PR
75
# use_sticky_comment: true
76
0 commit comments