- Bulk-fix internal links broken by docs/ reorganization into topic-based subdirectories - Cover root READMEs (en/fr/ja/ru/vi/zh-CN), docs hubs, SUMMARY TOCs, and all subdirectory docs - Fix ancillary issues: GitHub URL org name, LICENSE path, Vietnamese shim depths, installer rename references Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ci-full.yml | ||
| ci.yml | ||
| master-branch-flow.md | ||
| promote-release.yml | ||
| README.md | ||
| release.yml | ||
Workflow Directory Layout
GitHub Actions only loads workflow entry files from:
.github/workflows/*.yml.github/workflows/*.yaml
Subdirectories are not valid locations for workflow entry files.
Repository convention:
- Keep runnable workflow entry files at
.github/workflows/root. - Keep cross-tooling/local CI scripts under
dev/orscripts/ci/when used outside Actions.
Workflow behavior documentation in this directory:
.github/workflows/master-branch-flow.md