Skip to content

Commit 974b3ed

Browse files
mmckyclaude
andcommitted
Comment accuracy: the CLI command is 'translate forward --github'
The bare 'forward --github' is not a runnable invocation — the binary is 'translate'. Caught by Copilot on lecture-python-programming.fr#15; applied estate-wide so the copies stay in step with the upstream template, which gets the same fix. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 503e557 commit 974b3ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rebase-translations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# When a translation PR is merged, this workflow automatically rebases the
55
# other open translation PRs against the updated main branch. It covers both
66
# kinds this tool creates: `translation-sync-*` branches from the Action's sync
7-
# mode, and `resync/*` branches from the CLI's `forward --github`.
7+
# mode, and `resync/*` branches from the CLI's `translate forward --github`.
88
#
99
# This eliminates merge conflicts caused by multiple upstream PRs
1010
# modifying the same files. See: https://github.com/QuantEcon/action-translation/issues/63
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
rebase:
2222
# Only run when a translation PR is merged. Both prefixes must be listed:
23-
# sync mode creates `translation-sync-*`, while the CLI's `forward --github`
23+
# sync mode creates `translation-sync-*`, while the CLI's `translate forward --github`
2424
# creates `resync/*`, and a wave of resync PRs goes stale the same way.
2525
# Keep this in step with `isTranslationBranch` in the action's src/branch-naming.ts
2626
# — this `if` decides whether the job runs, that predicate decides which open PRs

0 commit comments

Comments
 (0)