mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 12:25:45 -04:00
[PR #524] [CLOSED] feat: enable translation workflows on main branch #554
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langgenius/dify-docs/pull/524
Author: @guchenhe
Created: 11/18/2025
Status: ❌ Closed
Base:
main← Head:sync-workflows-to-main📝 Commits (2)
45527c4feat: add automated translation workflows and tools865fe60Docs tools: 1 succeeded, some failed📊 Changes
76 files changed (+24950 additions, -3657 deletions)
View changed files
➕
.github/workflows/sync_docs_analyze.yml(+391 -0)➕
.github/workflows/sync_docs_cleanup 2.yml(+83 -0)➕
.github/workflows/sync_docs_cleanup.yml(+84 -0)➕
.github/workflows/sync_docs_execute.yml(+547 -0)➕
.github/workflows/sync_docs_update.yml(+382 -0)➕
CLAUDE 2.md(+137 -0)➕
cn/api-reference/openapi_knowledge 2.json(+2939 -0)➕
cn/documentation/pages/build/goto-anything 2.mdx(+35 -0)📝
docs.json(+3177 -3168)➕
en/api-reference/openapi_knowledge 2.json(+2939 -0)➕
en/documentation/pages/build/goto-anything 2.mdx(+35 -0)➕
en/documentation/pages/nodes/rename-test-gamma 2.mdx(+41 -0)➕
images/833c205f5441910763b27d3e3ff0c4449a730a690da91abc3ce032c70da04223 2.png(+0 -0)➕
images/add_load_balancing_credential 2.png(+0 -0)➕
images/codefix 2.PNG(+0 -0)➕
images/custom_model_credential 2.png(+0 -0)➕
images/custom_model_credential_list 2.png(+0 -0)➕
images/data_source_type 2.png(+0 -0)➕
images/datasource_plugin_init 2.png(+0 -0)➕
images/llm 2.PNG(+0 -0)...and 56 more files
📄 Description
Sync translation automation infrastructure from revamp to main to enable workflow_run triggers.
Why This is Needed
workflow_run triggers require workflow files on the default branch (main), even for PRs to other branches (revamp).
What This Enables
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.