From 0ce9b3fbb1bfb2f8142e67c8048a603d4415b85f Mon Sep 17 00:00:00 2001 From: Arvid Andersson Date: Mon, 14 Sep 2026 13:52:16 +0200 Subject: [PATCH 1/2] Bump the generated workflow to actions/checkout@v7 v6 moved persisted git credentials out of .git/config, and the Action pushes translation commits with them, so this needed a live commit-back rather than a version swap. Verified on django-trial-rig#2: checkout, extract, translate and push all succeeded, and sv/pl/ru landed correctly. Closes #492 Co-Authored-By: Claude Opus 5 (1M context) --- src/utils/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/github.ts b/src/utils/github.ts index b47a7a3..516d443 100644 --- a/src/utils/github.ts +++ b/src/utils/github.ts @@ -280,7 +280,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v7 with: ref: \${{ github.event.client_payload.branch || github.head_ref || github.ref_name }} fetch-depth: 0 From d92c2574e9c95f94854b5833530cf718da7365f7 Mon Sep 17 00:00:00 2001 From: Arvid Andersson Date: Mon, 14 Sep 2026 20:12:46 +0200 Subject: [PATCH 2/2] Trim explanation --- src/commands/init.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index ea93c12..78ee49a 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -756,8 +756,7 @@ function printDjangoWorkflowNotice(console: Console, pythonInstall?: string): vo console.log('so adjust that if your project does it differently.'); console.log('\nIf you wrap extraction in your own command or make target, point the step'); console.log('at that instead. Extra flags like --ignore or --add-location belong there too.'); - console.log('\nTranslated .po files still need `compilemessages` to take effect,'); - console.log('usually already part of your build or deploy rather than CI.\n'); + console.log('\nTranslated .po files still need `compilemessages` to take effect.\n'); } function displayFinalInstructions(