Skip to content

Commit d15dc01

Browse files
ci: claude-pr-review: Improve no comments text
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
1 parent 9ddaf8b commit d15dc01

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/claude-pr-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
- No findings at all → LGTM :shipit:
138138
- If the verdict is not LGTM :shipit:, add a line listing the section numbers of every `critical`/`major` finding (e.g. "Critical items to address: 1.1, 3.2").
139139
- One short paragraph (1–3 sentences) describing what the PR does at a high level.
140-
- If (and only if) the verdict is LGTM :shipit:, add this exact line on its own after the high-level paragraph: Nothing to comment, nice job :thumbsup:
140+
- If (and only if) the verdict is LGTM :shipit:, add this exact line on its own after the high-level paragraph: No further comments, nice job :thumbsup:
141141
142142
### 1. Correctness & Implementation Bugs
143143
- Logic errors, off-by-ones, null/undefined hazards, race conditions, broken error handling, blocking calls in async code, incorrect MAVLink handling, wrong Vue 2 reactivity patterns (e.g. setting new keys without `Vue.set`), broken TypeScript or Python type hints, regressions.
@@ -222,7 +222,7 @@ jobs:
222222
223223
Renames `getCwd` to `getCurrentWorkingDirectory` across `core/services/helper/` and updates the two call sites in the frontend. No behavioral change.
224224
225-
Nothing to comment, nice job :thumbsup:
225+
No further comments, nice job :thumbsup:
226226
227227
_Generated by PR Review Bot. This is advisory, a human reviewer must still approve._
228228

0 commit comments

Comments
 (0)