Bump action-translation to v0.16.0#2
Merged
Merged
Conversation
Moves the review and rebase workflows onto v0.16.0, whose default model is claude-sonnet-5 (v0.15.0 defaulted to claude-sonnet-4-6). Scope note: these two workflows are review and rebase mode only. Translation for this edition runs from the English source repo, which does not yet have a sync-translations-fr.yml — so this does not change how French lectures are translated. See QuantEcon/lecture-python-programming for that.
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Actions workflows that use QuantEcon/action-translation to the newly released v0.16.0, primarily to pick up the action’s new default Claude model (claude-sonnet-5) for review/rebase automation in this translated edition.
Changes:
- Bump
QuantEcon/action-translationfromv0.15.0tov0.16.0in the review workflow. - Bump
QuantEcon/action-translationfromv0.15.0tov0.16.0in the rebase workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/review-translations.yml | Updates the action version used for automated translation PR review comments. |
| .github/workflows/rebase-translations.yml | Updates the action version used for rebasing open translation-sync PRs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Moves this edition's workflows from `@v0.15.0` to `@v0.16.0`, released today. The headline change is the default model: `claude-sonnet-4-6` → `claude-sonnet-5`.
Low risk — both workflows here are review and rebase modes. Review posts quality comments on translation PRs; it does not write translations.
Scope, so this is not mistaken for more than it is
These two workflows do not control how French lectures are translated. Sync mode runs from the English source repo, which currently has `sync-translations-fa.yml` and `sync-translations-zh-cn.yml` but no `sync-translations-fr.yml` — so this edition does not yet track English at all. That gap is being addressed separately in `QuantEcon/lecture-python-programming`; it is the change that actually makes this edition live.
Release notes: https://github.com/QuantEcon/action-translation/releases/tag/v0.16.0
🤖 Generated with Claude Code