Cap translation-status PR comment below GitHub's size limit - #48
Merged
Conversation
GitHub rejects issue-comment bodies over 65536 characters with HTTP 422. A PR touching many English pages produces a with-diff report far beyond that (392 kB on a 10-page PR), which failed the check. When the report exceeds the limit, post the summary without diffs and point at the job summary, which still carries the full report. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The Translation Status workflow posts its report as a PR comment. GitHub rejects issue-comment bodies over 65,536 characters with HTTP 422, and a PR touching many English pages produces a with-diff report far beyond that — 392 kB on the 10-page #47, which failed the check on every push.
How
When
comment.mdexceeds 60,000 bytes, regenerate it without--diff(274 bytes for the same PR) and append a pointer to the job summary, which already carries the full report with diffs. Verified locally against the #47 page set.🤖 Generated with Claude Code