From 2187e9e97a4aa749c7f54102fdd1d17f3fd31ef4 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Wed, 15 Jul 2026 20:53:41 +1000 Subject: [PATCH] chore: upgrade action-translation to v0.16.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit review-translations was pinned to v0.13.0 — four releases behind, predating the CRLF fix, so review mode here broke permanently on any PR whose body had been edited. rebase-translations moves from v0.15.0. v0.16.1 fixes, relevant to review and rebase mode here: - review mode: CRLF in the PR body no longer breaks source-PR parsing - review mode: paginate listFiles / listComments — PRs over 30 files were reviewed only in part, and past 30 comments the existing review comment was missed, so duplicates accumulated - rebase mode: paginate pulls.list — sibling PRs beyond 100 were skipped - both: a truncated model response now fails loudly instead of being used See QuantEcon/action-translation#83 and the v0.16.1 release notes. Co-Authored-By: Claude Fable 5 --- .github/workflows/rebase-translations.yml | 2 +- .github/workflows/review-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rebase-translations.yml b/.github/workflows/rebase-translations.yml index a950a9a..1fc1dd5 100644 --- a/.github/workflows/rebase-translations.yml +++ b/.github/workflows/rebase-translations.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Rebase open translation PRs - uses: QuantEcon/action-translation@v0.15.0 + uses: QuantEcon/action-translation@v0.16.1 with: mode: rebase anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} diff --git a/.github/workflows/review-translations.yml b/.github/workflows/review-translations.yml index 3c9ce1a..c61722b 100644 --- a/.github/workflows/review-translations.yml +++ b/.github/workflows/review-translations.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 2 - - uses: QuantEcon/action-translation@v0.13.0 + - uses: QuantEcon/action-translation@v0.16.1 with: mode: review source-repo: QuantEcon/lecture-python-programming