fix(ci): trim the over-cap comment that reddened main + make the PR gate match the release gate #480

Merged
coilysiren merged 1 commit from fix/comment-cap-and-pr-gate into main 2026-07-12 07:10:00 +00:00
Owner

Run 1078 diagnosis (via the new logs bridge): the read:user comment block from #479's follow-up commit runs 5 lines against the 2-line cap. The PR gate only ran pytest, so it sailed through and failed on main where the release gate runs pre-commit-all. Comment trimmed; ci / gate now runs pre-commit run --all-files too, so PRs cannot pass what main refuses.

Run 1078 diagnosis (via the new logs bridge): the read:user comment block from #479's follow-up commit runs 5 lines against the 2-line cap. The PR gate only ran pytest, so it sailed through and failed on main where the release gate runs pre-commit-all. Comment trimmed; `ci / gate` now runs `pre-commit run --all-files` too, so PRs cannot pass what main refuses.
fix(ci): trim the over-cap comment that reddened main + make the PR gate match the release gate
All checks were successful
ci / gate (pull_request) Successful in 53s
7e2f8e28a9
Run 1078's test job refused scripts/sync-actions-secrets.py: the
read:user comment block from e8f028f runs 5 lines against the 2-line
code-comment cap. The PR gate (ci / gate) only ran pytest, so the
violation sailed through #479 and failed on main where release.yml's
gate runs pre-commit-all too. The comment shrinks to the cap and the PR
gate now runs pre-commit run --all-files, so a PR can no longer pass
what main would refuse.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016Cym37PsLtA61parAQyeAw
Sign in to join this conversation.
No description provided.