[PR #526] updated gh actions and scripts for testing #555

Open
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/526
Author: @guchenhe
Created: 11/18/2025
Status: 🔄 Open

Base: mainHead: chore/add-auto-sync-scripts


📝 Commits (1)

  • 4bba7b6 updated gh actions and scripts for testing

📊 Changes

22 files changed (+7362 additions, -489 deletions)

View changed files

.github/workflows/sync_docs_analyze.yml (+391 -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)
📝 tools/apply_docs_json.py (+310 -489)
📝 tools/contributing_in_page.py (+49 -0)
tools/translate/.env.example (+1 -0)
tools/translate/.gitignore (+2 -0)
tools/translate/README.md (+193 -0)
tools/translate/config.json (+125 -0)
tools/translate/json_formatter.py (+306 -0)
tools/translate/main.py (+588 -0)
tools/translate/openapi/__init__.py (+133 -0)
tools/translate/openapi/extractor.py (+131 -0)
tools/translate/openapi/rehydrator.py (+172 -0)
tools/translate/openapi/translator.py (+228 -0)
tools/translate/pr_analyzer.py (+512 -0)
tools/translate/requirements.txt (+3 -0)
tools/translate/security_validator.py (+384 -0)
tools/translate/sync_and_translate.py (+2025 -0)

...and 2 more files

📄 Description

No description provided


🔄 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/526 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 11/18/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `chore/add-auto-sync-scripts` --- ### 📝 Commits (1) - [`4bba7b6`](https://github.com/langgenius/dify-docs/commit/4bba7b6e69b6fecf426247d64d40b1e6c2b1aee6) updated gh actions and scripts for testing ### 📊 Changes **22 files changed** (+7362 additions, -489 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/sync_docs_analyze.yml` (+391 -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) 📝 `tools/apply_docs_json.py` (+310 -489) 📝 `tools/contributing_in_page.py` (+49 -0) ➕ `tools/translate/.env.example` (+1 -0) ➕ `tools/translate/.gitignore` (+2 -0) ➕ `tools/translate/README.md` (+193 -0) ➕ `tools/translate/config.json` (+125 -0) ➕ `tools/translate/json_formatter.py` (+306 -0) ➕ `tools/translate/main.py` (+588 -0) ➕ `tools/translate/openapi/__init__.py` (+133 -0) ➕ `tools/translate/openapi/extractor.py` (+131 -0) ➕ `tools/translate/openapi/rehydrator.py` (+172 -0) ➕ `tools/translate/openapi/translator.py` (+228 -0) ➕ `tools/translate/pr_analyzer.py` (+512 -0) ➕ `tools/translate/requirements.txt` (+3 -0) ➕ `tools/translate/security_validator.py` (+384 -0) ➕ `tools/translate/sync_and_translate.py` (+2025 -0) _...and 2 more files_ </details> ### 📄 Description _No description provided_ --- <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
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs#555