actions-marketplace-validations/Conventional PR
Validates and enforces clean pull request style in your GitHub projects without hassle
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 14, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/namchee_conventional-pr@a6f50a1a97809e18975759853b67e45246005369 # no releases — HEAD as of 2026-07-13tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_token | GitHub access token | yes | — |
| close | Immediately close invalid pull request | no | false |
| label | Invalid pull requests label | no | "" |
| message | Extra message to be posted on validation failure | no | "" |
| draft | Skip pull request validation if the pull request is a draft | no | true |
| strict | Enforce validation rules to repository administrators | no | true |
| bot | Skip pull request validation if the author is a bot | no | true |
| title_pattern | Valid pull request title regex pattern in Perl syntax | no | ([\w\-]+)(\([\w\-]+\))?!?: [\w\s:\-]+ |
| commit_pattern | Valid pull request commit message regex pattern in Perl syntax | no | "" |
| branch_pattern | Valid pull request branch name regex pattern in Perl syntax | no | "" |
| issue | Require all pull request to reference an existing issue | no | true |
| body | Require all pull request to have a non-empty body | no | true |
| maximum_changes | Limits file changes per pull request | no | 0 |
| ignored_users | GitHub usernames to be whitelisted from pull request validation | no | "" |
| edit | Edit existing validation report instead of creating a new comment | no | false |
| verbose | — | no | false |
Outputs
no outputs