From 0b0a488f41ce313f958df2b868c37dddf56e7f2f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 09:46:50 +0000 Subject: [PATCH] docs(workflow): correct stale source-file count in package README The workflow package README stated ~320 source files, but the package now contains 526 non-test .go files. Updated the overview paragraph to reflect the current size (~520 source files). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- pkg/workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/workflow/README.md b/pkg/workflow/README.md index b746735ea70..e88bd18c3dc 100644 --- a/pkg/workflow/README.md +++ b/pkg/workflow/README.md @@ -14,7 +14,7 @@ The package is organized around three major subsystems: 3. **Validation** (`validation.go`, `strict_mode_*.go`, `*_validation.go`): A layered validation system organized by domain. Each validator is a focused file under 300 lines. Validation runs both at compile time and optionally in strict mode for production deployments. -The package is intentionally large (~320 source files) because it encodes all GitHub Actions generation logic, including per-action job builders for every supported safe-output type (add comment, add labels, assign to user, close issue, update PR, etc.). +The package is intentionally large (~520 source files) because it encodes all GitHub Actions generation logic, including per-action job builders for every supported safe-output type (add comment, add labels, assign to user, close issue, update PR, etc.). ## Public API