loisra01/Branch name rules

Github action to enforce naming convention on branch names

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
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