[PR #524] [CLOSED] feat: enable translation workflows on main branch #554

Closed
opened 2026-02-16 06:15:49 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/524
Author: @guchenhe
Created: 11/18/2025
Status: Closed

Base: mainHead: sync-workflows-to-main


📝 Commits (2)

  • 45527c4 feat: add automated translation workflows and tools
  • 865fe60 Docs 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

  • Full automated translation workflow for PRs targeting revamp
  • sync_docs chain: analyze → execute → update

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs/pull/524 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 11/18/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `sync-workflows-to-main` --- ### 📝 Commits (2) - [`45527c4`](https://github.com/langgenius/dify-docs/commit/45527c4bc9317a124d70956b1bb7d4ad20df7b84) feat: add automated translation workflows and tools - [`865fe60`](https://github.com/langgenius/dify-docs/commit/865fe601cddde6c32bdf3760d3d1b67e76a0ab13) Docs tools: 1 succeeded, some failed ### 📊 Changes **76 files changed** (+24950 additions, -3657 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 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 - Full automated translation workflow for PRs targeting revamp - sync_docs chain: analyze → execute → update 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:15:49 -05:00
yindo closed this issue 2026-02-16 06:15:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#554