Skip to content

Commit f02b616

Browse files
committed
fix(ci): enable full output and require review comment posting
Made-with: Cursor
1 parent e50ea0e commit f02b616

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/claude-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,11 @@ jobs:
3333
ANTHROPIC_BASE_URL: https://api.minimax.io/anthropic
3434
with:
3535
anthropic_api_key: ${{ secrets.MINIMAX_API_KEY }}
36+
show_full_output: true
3637
prompt: |
37-
Review this pull request. Focus on:
38+
Review this pull request and always leave a review comment on the PR summarizing your findings.
39+
Even if the changes are minor, post a brief comment acknowledging the review.
40+
Focus on:
3841
1. Code correctness and potential bugs
3942
2. TypeScript type safety
4043
3. React best practices and performance

0 commit comments

Comments
 (0)