scotttball/PR Branch Naming Rule
Github action to enforce naming convention on PR branch names
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| regex | Regex to validate the branch name | — | "" |
| allowed_prefixes | Comma separated list of prefix that must be used in every branch. eg: feature,hotfix,JIRA- | — | "" |
| ignore | Comma separated list of branch names to ignore. eg: master,develop | — | master |
| min_length | Min length of branch name | — | 1 |
| max_length | Max length of branch name. -1 to ignore the rule | — | -1 |
Outputs
no outputs