diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 6152ee58f2..14c034cc40 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -137,7 +137,7 @@ jobs: - No findings at all → LGTM :shipit: - 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"). - One short paragraph (1–3 sentences) describing what the PR does at a high level. - - 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: + - 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: ### 1. Correctness & Implementation Bugs - 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: Renames `getCwd` to `getCurrentWorkingDirectory` across `core/services/helper/` and updates the two call sites in the frontend. No behavioral change. - Nothing to comment, nice job :thumbsup: + No further comments, nice job :thumbsup: _Generated by PR Review Bot. This is advisory, a human reviewer must still approve._