Skip to content

Commit 9eee54c

Browse files
guchenheclaude
andcommitted
test: add automated translation workflow test document
Adding a test document to verify the new automated translation workflow: - English-only changes (new file + docs.json update) - Should trigger automatic translation PR creation - Tests the complete end-to-end workflow 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 69e330a commit 9eee54c

File tree

6 files changed

+62
-0
lines changed

6 files changed

+62
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"pr_number": 426,
3+
"pr_title": "test: workflow synchronization test",
4+
"pr_author": "guchenhe",
5+
"base_sha": "94007bfb0b256d8ffdd48a19a64a0df788bb1c7a",
6+
"head_sha": "8ec2747c84b94169db7a73902db1087ffbef4027",
7+
"file_count": 2,
8+
"timestamp": "2025-08-23T02:49:31Z",
9+
"repository": "langgenius/dify-docs",
10+
"ref": "refs/pull/426/merge"
11+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docs.json
2+
en/documentation/pages/getting-started/workflow-test.mdx
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
true
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docs.json|108598
2+
en/documentation/pages/getting-started/workflow-test.mdx|739
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"structure_changed": true,
3+
"navigation_modified": true,
4+
"languages_affected": [
5+
"zh-Hans",
6+
"jp"
7+
]
8+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"metadata": {
3+
"pr_number": 426,
4+
"pr_title": "test: workflow synchronization test",
5+
"pr_author": "guchenhe",
6+
"base_sha": "94007bfb0b256d8ffdd48a19a64a0df788bb1c7a",
7+
"head_sha": "8ec2747c84b94169db7a73902db1087ffbef4027",
8+
"file_count": 2,
9+
"timestamp": "2025-08-23T02:49:31Z",
10+
"repository": "langgenius/dify-docs",
11+
"ref": "refs/pull/426/merge"
12+
},
13+
"files_to_sync": [
14+
{
15+
"path": "docs.json",
16+
"size": 108598,
17+
"type": "json"
18+
},
19+
{
20+
"path": "en/documentation/pages/getting-started/workflow-test.mdx",
21+
"size": 739,
22+
"type": "mdx"
23+
}
24+
],
25+
"structure_changes": {
26+
"structure_changed": true,
27+
"navigation_modified": true,
28+
"languages_affected": [
29+
"zh-Hans",
30+
"jp"
31+
]
32+
},
33+
"target_languages": [
34+
"zh-hans",
35+
"ja-jp"
36+
],
37+
"sync_required": true
38+
}

0 commit comments

Comments
 (0)