You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running the translation agent for batch ["te"], pre-flight checked the number of open i18n PRs and found 15 open PRs with i18n/ branch prefixes — all created today (2026-07-16) from parallel batch runs:
Per the agent instructions, the max is 5 open i18n PRs before new work should stop and a backlog issue be filed.
Command that failed
Not a failure — this is the documented stop condition:
gh pr list --state open --json headRefName --jq '[.[] | select(.headRefName | startswith("i18n/"))] | length'
# => 15
Impact
Batch ["te"] (Telugu, 80 untranslated strings pending) was not processed. No branch or PR was created for this run.
Suggested fix
Merge or close some of the existing open i18n PRs to bring the count back under the limit (likely they're waiting on CI/auto-merge or manual review).
Consider whether the 5-PR limit is still appropriate given multiple languages are now processed in parallel batches — many of these PRs may be legitimately queued rather than stuck.
What happened
While running the translation agent for batch
["te"], pre-flight checked the number of open i18n PRs and found 15 open PRs withi18n/branch prefixes — all created today (2026-07-16) from parallel batch runs:Per the agent instructions, the max is 5 open i18n PRs before new work should stop and a backlog issue be filed.
Command that failed
Not a failure — this is the documented stop condition:
Impact
Batch
["te"](Telugu, 80 untranslated strings pending) was not processed. No branch or PR was created for this run.Suggested fix
tebatch.