Skip to content

Commit e1a4938

Browse files
docs(workflow): correct stale source-file count in package README (#57406)
1 parent e7f3ae4 commit e1a4938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/workflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The package is organized around three major subsystems:
1414

1515
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.
1616

17-
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.).
17+
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.).
1818

1919
## Public API
2020

0 commit comments

Comments
 (0)