dcdavidev/namae-no-eda

Keep your branch names tidy, like leaves on a tree.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
branch_nameBranch name to validate. Defaults to the branch triggering the workflow.no${{ github.head_ref || github.ref_name }}
allowedComma-separated list of glob patterns that are allowed (e.g., feat/*,fix/*). Defaults to feat/*,fix/*,chore/*,docs/*,refactor/*,test/*,perf/*.no
excludeComma-separated list of exact branch names to ignore (e.g., main, develop). Defaults to main,release/*.no

no outputs