tenedev/Sheriff Action CI
Enforce Conventional Commits on pull request titles like a true sheriff
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| types | Comma separated list of allowed types | no | — |
| scopes | Comma separated list of allowed scopes (empty means no restriction) | no | — |
| allow_breaking | Allow breaking changes (!) in title (true/false) | no | true |
| enforce_scopes | If true, enforce default or provided scopes. If false, allow any scope | no | false |
| ignore-authors | Controls ignored PR authors behavior. Accepted values: - true → use default ignored-authors.txt - false → disable ignore-authors - <path> → path to ignored-authors.txt - <url> → HTTPS URL to ignored-authors.txt | no | false |
Outputs
| name | description |
|---|---|
| valid | true if PR title matches, false otherwise |