[PR #426] [CLOSED] test: workflow synchronization test #494

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

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs/pull/426
Author: @guchenhe
Created: 8/22/2025
Status: Closed

Base: revampHead: test-sync-workflow


📝 Commits (3)

  • ac791fe test: add workflow test file for sync testing
  • 5206b64 fix: remove comment feature from analysis workflow
  • 8ec2747 test: update workflow test to trigger fixed analysis

📊 Changes

11 files changed (+87 additions, -123 deletions)

View changed files

📝 .github/workflows/sync_docs_analyze.yml (+0 -42)
docs-sync-analysis-426/analysis.json (+11 -0)
docs-sync-analysis-426/changed_files.txt (+2 -0)
docs-sync-analysis-426/docs_json_changed.txt (+1 -0)
docs-sync-analysis-426/file_analysis.txt (+2 -0)
docs-sync-analysis-426/structure_changes.json (+8 -0)
docs-sync-analysis-426/sync_plan.json (+38 -0)
📝 docs.json (+1 -1)
en/documentation/pages/getting-started/workflow-test.mdx (+24 -0)
zh-hans/guides/workflow/readme.mdx (+0 -58)
zh-hans/workshop/readme.mdx (+0 -22)

📄 Description

Testing the automatic documentation synchronization and translation workflow.

This PR adds a single test file to verify:

  • Analysis workflow detects changes correctly
  • File synchronization works properly
  • Translation pipeline functions as expected
  • docs.json structure is mirrored correctly

Expected behavior:

  • Analysis workflow should create artifacts with sync plan
  • Should detect 1 new English file requiring translation
  • Should create corresponding zh-hans and ja-jp versions
  • Should update docs.json for all languages

🔄 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/426 **Author:** [@guchenhe](https://github.com/guchenhe) **Created:** 8/22/2025 **Status:** ❌ Closed **Base:** `revamp` ← **Head:** `test-sync-workflow` --- ### 📝 Commits (3) - [`ac791fe`](https://github.com/langgenius/dify-docs/commit/ac791fed68c2c982cf1199cf6ad3c6ef06c57152) test: add workflow test file for sync testing - [`5206b64`](https://github.com/langgenius/dify-docs/commit/5206b64069eac11f351a77db2811fde0b80ed2a4) fix: remove comment feature from analysis workflow - [`8ec2747`](https://github.com/langgenius/dify-docs/commit/8ec2747c84b94169db7a73902db1087ffbef4027) test: update workflow test to trigger fixed analysis ### 📊 Changes **11 files changed** (+87 additions, -123 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/sync_docs_analyze.yml` (+0 -42) ➕ `docs-sync-analysis-426/analysis.json` (+11 -0) ➕ `docs-sync-analysis-426/changed_files.txt` (+2 -0) ➕ `docs-sync-analysis-426/docs_json_changed.txt` (+1 -0) ➕ `docs-sync-analysis-426/file_analysis.txt` (+2 -0) ➕ `docs-sync-analysis-426/structure_changes.json` (+8 -0) ➕ `docs-sync-analysis-426/sync_plan.json` (+38 -0) 📝 `docs.json` (+1 -1) ➕ `en/documentation/pages/getting-started/workflow-test.mdx` (+24 -0) ➖ `zh-hans/guides/workflow/readme.mdx` (+0 -58) ➖ `zh-hans/workshop/readme.mdx` (+0 -22) </details> ### 📄 Description Testing the automatic documentation synchronization and translation workflow. This PR adds a single test file to verify: - Analysis workflow detects changes correctly - File synchronization works properly - Translation pipeline functions as expected - docs.json structure is mirrored correctly Expected behavior: - Analysis workflow should create artifacts with sync plan - Should detect 1 new English file requiring translation - Should create corresponding zh-hans and ja-jp versions - Should update docs.json for all languages --- <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:40 -05:00
yindo closed this issue 2026-02-16 06:15:40 -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#494