actions-marketplace-validations/Branch name rules

Github action to enforce naming convention on branch names

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 19, 2022
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/deepakputhraya_action-branch-name@5f1cc199284b75145ec2d13434422e6987cf6af8 # no releases — HEAD as of 2026-07-15

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
regexRegex to validate the branch name""
allowed_prefixesComma separated list of prefix that must be used in every branch. eg: feature,hotfix,JIRA-""
ignoreComma separated list of branch names to ignore. eg: master,developmaster
min_lengthMin length of branch name1
max_lengthMax length of branch name. -1 to ignore the rule-1

no outputs