From d368e36d1941c0159e3aabe93e546bf5fd536a87 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Tue, 25 Aug 2026 06:59:57 -0700 Subject: [PATCH] Drop Semicolons From Two New Prose Messages qodo (PR #991): the auto-request fallback message and the THREADS TRUNCATED block each joined two clauses with a semicolon, which the fleet's no-semicolon-in-prose rule (comment-and-doc-style) disallows for agent-authored text. Recast each as two sentences. --- scripts/pr_review.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/pr_review.py b/scripts/pr_review.py index 0912c104..2f63d189 100755 --- a/scripts/pr_review.py +++ b/scripts/pr_review.py @@ -656,7 +656,7 @@ def request_copilot_review(pr_node_id: str, bot_id: str | None) -> str: return ( f"no Copilot review found across the last {HISTORY_PRS} or, widened once for " f"exactly this reason, the last {HISTORY_PRS_WIDE} most-recently-updated pull " - "requests to read the reviewer bot id from, so nothing was requested here; " + "requests to read the reviewer bot id from, so nothing was requested here, " "polling only. Seed one via the UI if this repository has never had one at all." ) gh_graphql(M_REQUEST_REVIEWS, pr=pr_node_id, bot=bot_id) @@ -1664,7 +1664,7 @@ def digest( " THREADS TRUNCATED: this pull request carries more review threads than the " "100 read here, and the connection reads oldest-first, so the ones cut off are " "the newest rather than the oldest, exactly the ones most likely to still be " - "open. `threads=` and `unresolved=` above undercount; read the rest with " + "open. `threads=` and `unresolved=` above undercount. Read the rest with " "`reply`'s own paginated walk before trusting either number" ) if answer: