From d1a897c9bcd3c191eaefba737fd44f30a368f110 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Tue, 4 Aug 2026 19:47:36 +1000 Subject: [PATCH] =?UTF-8?q?Run=20the=20review=20auto-merge=20gate=20in=20s?= =?UTF-8?q?hadow=20mode=20=E2=80=94=20Stage=204=20calibration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Records the would-auto-merge decision (verdict block, run notice, action output) without acting on it. Part of Stage 4 of the human-review optimisation program, QuantEcon/project-translation#15; merging starts this edition's calibration window. Co-Authored-By: Claude Fable 5 --- .github/workflows/review-translations.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/review-translations.yml b/.github/workflows/review-translations.yml index af37bbf..daf20db 100644 --- a/.github/workflows/review-translations.yml +++ b/.github/workflows/review-translations.yml @@ -45,5 +45,9 @@ jobs: source-language: en target-language: fr docs-folder: lectures + # Stage 4 shadow calibration (QuantEcon/project-translation#15): records + # the would-auto-merge decision in the verdict block, a run notice and an + # output — and acts on none of them. Routing and labels are unchanged. + auto-merge-mode: shadow anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }} github-token: ${{ secrets.GITHUB_TOKEN }}