finleyfamily/Enforce Branch Name
GitHub Action to enforce a branch naming convention.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| allowed_prefixes | Comma delimited list of prefix that must be used in every branch (e.g. `feature,hotfix``). | no | "" |
| exclude | Comma delimited list of branch names to exclude from this check (e.g. `main,master``). | no | main,master,pre-commit-ci-update-config |
| regex | Regex pattern to validate the branch name. | no | ([a-z])+\/([a-zA-Z0-9\-\_])+ |
Outputs
no outputs