maximbircu/Pull Request StyleCheck
Github action to enforce conventions for PR branch name and commit messages
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commit-message-title-regex | Regex to validate the commit message title (Validates just the first line of the commit message) | no | .* |
| commit-message-title-min-length | Min commit message title length (Validates just the first line of the commit message) | no | 10 |
| commit-message-title-max-length | Max commit message title length (Validates just the first line of the commit message) | no | 72 |
| branch-name-regex | Regex to validate the branch name | no | .* |
| branch-name-min-length | Min branch name length | no | 10 |
| branch-name-max-length | Max branch name length | no | 72 |
Outputs
no outputs