feat(aw): add Japanese documentation auto-sync workflows#153
Open
viktorkombov wants to merge 4 commits into
Open
feat(aw): add Japanese documentation auto-sync workflows#153viktorkombov wants to merge 4 commits into
viktorkombov wants to merge 4 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Ports the Japanese documentation auto-sync agentic workflows (gh-aw) into the repo’s root .github/ area so they can translate updated English docs and open PRs for docs/angular and docs/xplat.
Changes:
- Added
gh-awworkflow sources for syncing JP docs for Angular and xplat doc trees. - Added a pinned actions lockfile for
gh-awcompilation/execution. - Added contributor documentation for compiling/updating agentic workflows and required secrets.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| .github/workflows/sync-jp-docs-xplat.md | Adds xplat JP sync agent workflow source (MDX + token preservation rules). |
| .github/workflows/sync-jp-docs-angular.md | Adds Angular JP sync agent workflow source (includes TOC-based filtering logic). |
| .github/README.md | Documents gh-aw workflow editing/compiling and required secrets. |
| .github/aw/actions-lock.json | Pins action SHAs for gh-aw compilation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #139
Ports the Japanese translation agentic workflow from
igniteui-docfxandigniteui-xplat-docsto this Astro monorepo.Changes
.github/workflows/sync-jp-docs-angular.md— gh-aw agent fordocs/angular. Triggers on push tomasterwhen English content changes,translates to Japanese, and opens a PR. Adapted for MDX files, JSON TOC
structure, and the new content paths.
.github/workflows/sync-jp-docs-xplat.md— same fordocs/xplat. Adds xplat-specific rules for<PlatformBlock>componentsand
{Token}placeholder preservation..github/aw/actions-lock.json— pinned action SHAs required bythe gh-aw compiler.
.github/README.md— documents how to edit workflows, rungh aw compile, and which secrets need to be provisioned.docs/angular/.github/workflows/sync-jp-docs.{md,lock.yml}anddocs/angular/.github/aw/— these were in a subfolder GitHub Actions neverreads, referenced outdated paths, and are superseded by the root-level files.
Follow-up required
gh aw compileonce locally (needsgh extension install github/gh-aw)and commit the generated
*.lock.ymlfiles before the workflows can execute.COPILOT_GITHUB_TOKEN(required) andGH_AW_GITHUB_TOKEN(recommended)to repo secrets — same values as in
igniteui-docfx/igniteui-xplat-docs.vnextis created, update the trigger branch frommastertovnextin both workflow
.mdfiles and recompile.