Skip to content

Commit 555a0f0

Browse files
committed
Add fresh workflow test file
1 parent 21bd984 commit 555a0f0

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: "Fresh Workflow Test"
3+
description: "Testing the automated translation workflow with fresh branch"
4+
---
5+
6+
# Fresh Workflow Test
7+
8+
This is a brand new test file to validate our automated translation workflow.
9+
10+
## Test Scenario
11+
12+
This PR should trigger the analysis workflow which will:
13+
14+
1. Detect this is an English-only change
15+
2. Trigger the execution workflow
16+
3. Generate zh-hans and ja-jp translations
17+
4. Create a translation PR automatically
18+
19+
## Sample Content
20+
21+
<Card title="Translation Test" icon="language">
22+
This content should be translated into Chinese and Japanese automatically.
23+
</Card>
24+
25+
<AccordionGroup>
26+
<Accordion title="Feature Description">
27+
Our automated system processes documentation changes and creates translations seamlessly.
28+
</Accordion>
29+
30+
<Accordion title="Expected Behavior">
31+
A new PR with translations should be created and linked to this original PR.
32+
</Accordion>
33+
</AccordionGroup>
34+
35+
Testing complete workflow with fresh branch!

0 commit comments

Comments
 (0)