We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d87bfc commit 499266aCopy full SHA for 499266a
.github/workflows/claude_review.yml
@@ -58,6 +58,8 @@ jobs:
58
- Critical bugs or logic errors
59
- Typos in code, comments, or strings
60
- Missing or insufficient test coverage for changed code
61
+ - If the PR adds a new feature or significant functionality without corresponding tests, suggest adding tests
62
+ - If the PR fixes a bug that was not caught by an existing unit test, suggest adding a regression test to prevent recurrence
63
- Outdated or inaccurate documentation affected by the changes
64
65
Do NOT comment on:
0 commit comments