From f28320fdaefb3a7a2d59f476a1929d0c2fbc2b55 Mon Sep 17 00:00:00 2001 From: snomiao Date: Thu, 9 Oct 2025 07:42:04 +0900 Subject: [PATCH] Update .github/workflows/README.md Co-authored-by: Alexander Brown --- .github/workflows/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index dd072da28..9b14b571a 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -23,7 +23,9 @@ All workflow files follow a consistent naming pattern for improved organization |--------|----------|---------|---------| | `ci-` | Continuous Integration | Testing, linting, validation workflows | `ci-tests-e2e.yaml` | | `release-` | Release Management | Version bumps, release branches, release drafts | `release-version-bump.yaml` | -| `pr-` | PR Automation | PR-specific workflows triggered by labels | `pr-claude-review.yaml` | +| `ci-` | Continuous Integration | Testing, linting, validation workflows | `ci-tests-e2e.yaml` | +| `release-` | Release Management | Version bumps, release branches, release drafts | `release-version-bump.yaml` | +| `pr-` | PR Automation | PR-specific workflows triggered by labels or comments | `pr-claude-review.yaml` | | `types-` | Type Generation | TypeScript type generation and updates | `types-registry-api.yaml` | | `i18n-` | Internationalization | Locale and translation updates | `i18n-update-core.yaml` |