Skip to content

Commit ef857d1

Browse files
authored
Instruct Claude Code GitHub Action to not comment on code formatting (#22512)
1 parent e1b3dbf commit ef857d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- Verify README updates for new features
5656
- Check API documentation accuracy
5757
58+
6. **Scope limitation**
59+
- Do NOT comment on code formatting (e.g., line length, indentation, spacing, brace style, naming style consistency, or other purely stylistic/formatting concerns). Assume a separate formatter/linter will handle those.
60+
5861
Provide detailed feedback using inline comments for specific issues.
5962
Use top-level comments for general observations or praise.
6063

0 commit comments

Comments
 (0)