darioblanco/MOU PR
Check PR style and its commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| commitTitleLength | The maximum line length for the commit title. e.g. `72`. | no | — |
| commitTitleRegex | The regex that should validate the commit title. e.g. `'^(?:fixup!\s*)?(\w*)(\(([\w\$\.\*/-]*)\))?\: (.*)$'` | no | — |
| conventionalCommits | Check for conventional style commits. See https://www.conventionalcommits.org/ | no | false |
| labels | The YAML or JSON map of labels with the list of file matchers. e.g: label1: - example/**/* | no | — |
| prBodyRegex | The regex that should validate the PR body. e.g. `'^.+(Closes|Fixes): \[(JIRA-[0-9])\]$'` | no | — |
| prTitleLength | The maximum line length for the PR title. e.g. `50`. | no | — |
| prTitleRegex | The regex that should validate the PR title. e.g. `'\[(JIRA-[0-9]+|CHORE|HOTFIX)\] [A-Za-z0-9]+$'` | no | — |
| token | The token to access Github's API | yes | — |
Outputs
no outputs