homeles/Workflow Concurrency Validator

Validates that GitHub Actions workflow concurrency does not exceed specified limits

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
max-concurrencyMaximum allowed concurrency across all workflowsno10
workflow-pathPath to the workflows directoryno.github/workflows
fail-on-errorWhether to fail the action if validation failsnotrue
comment-on-prWhether to comment on PR if validation failsnotrue
tokenGitHub token for commenting on PRsno${{ github.token }}
namedescription
total-concurrencyTotal concurrency detected across workflows
validation-passedWhether validation passed
validation-resultDetailed validation result including issues
issuesIssues found during validation