tanstack-dev/Translate Documentation Action

Translates documentation files automatically using machine translation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
custom_argumentsCustom arguments to pass to the translation package commandno""
github_tokenGitHub token for creating PRsno${{ github.token }}
api_keyAPI key for translation service (e.g., OPENAI_API_KEY)yes
translation_packageNPM package to use for translationno@tanstack-dev/translate-docs
base_branchBase branch to create PR againstnomain
pr_branchBranch name for the PRnodocs/update-translations
pr_titleTitle for the PRnoUpdate translations
pr_bodyBody text for the PRnoThis PR updates the documentation translations automatically. Generated by the translate workflow.
commit_messageCommit message for the translation changesnodocs: update documentation translations
schedule_cronCron schedule for automatic translation (used in workflow template)no0 20 * * *
add_pathsA comma or newline-separated list of file paths to commit. Paths should follow git's pathspec syntax.nodocs/**
enable_formattingWhether to run code formatting before creating the PRnotrue
format_commandThe command to run for formatting codenopnpm prettier:write

no outputs