finleyfamily/Enforce Branch Name

GitHub Action to enforce a branch naming convention.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
allowed_prefixesComma delimited list of prefix that must be used in every branch (e.g. `feature,hotfix``).no""
excludeComma delimited list of branch names to exclude from this check (e.g. `main,master``).nomain,master,pre-commit-ci-update-config
regexRegex pattern to validate the branch name.no([a-z])+\/([a-zA-Z0-9\-\_])+

no outputs