etoro-actions/Pull Request title naming rules
Github action to enforce Pull Request title conventions
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 pull request title | — | .+ |
| allowed_prefixes | Comma separated list of prefix allowed to be used in title. eg: feature,hotfix,JIRA- | — | "" |
| prefix_case_sensitive | Are the allowed prefixes case sensitive? | — | false |
| min_length | Min length of title | — | 1 |
| max_length | Max length of title. -1 to ignore the rule | — | -1 |
Outputs
no outputs