Call the i18n workflows in exercism/i18n - #2689
Merged
Merged
Conversation
BNAndras
approved these changes
Sep 22, 2026
This commit replaces i18n-queue.yml and i18n-completeness.yml with the short versions from exercism/i18n/source-repo-workflows/. Each one now calls a reusable workflow in exercism/i18n, which does the work. GitHub now reports the completeness check as `i18n / completeness`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
iHiD
force-pushed
the
i18n-app-callers
branch
from
September 22, 2026 16:46
c312d25 to
56155db
Compare
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.
This PR replaces the two i18n workflows with the short versions from
exercism/i18n/source-repo-workflows/. Each one now calls a reusable workflow inexercism/i18n, so a change to the translation loop only needs a change in that repo.The loop now runs as the Exercism i18n GitHub App. The app opens the translation issues, commits the translations and posts "This PR has been translated 🚀" on the PR. Each step uses a short-lived token in place of a personal access token.
GitHub now reports the completeness check as
i18n / completeness. The required status check onmainchanges to that name when this PR merges.🤖 Generated with Claude Code