actions-marketplace-validations/Conventional PR

Validates and enforces clean pull request style in your GitHub projects without hassle

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 14, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/namchee_conventional-pr@a6f50a1a97809e18975759853b67e45246005369 # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
access_tokenGitHub access tokenyes
closeImmediately close invalid pull requestnofalse
labelInvalid pull requests labelno""
messageExtra message to be posted on validation failureno""
draftSkip pull request validation if the pull request is a draftnotrue
strictEnforce validation rules to repository administratorsnotrue
botSkip pull request validation if the author is a botnotrue
title_patternValid pull request title regex pattern in Perl syntaxno([\w\-]+)(\([\w\-]+\))?!?: [\w\s:\-]+
commit_patternValid pull request commit message regex pattern in Perl syntaxno""
branch_patternValid pull request branch name regex pattern in Perl syntaxno""
issueRequire all pull request to reference an existing issuenotrue
bodyRequire all pull request to have a non-empty bodynotrue
maximum_changesLimits file changes per pull requestno0
ignored_usersGitHub usernames to be whitelisted from pull request validationno""
editEdit existing validation report instead of creating a new commentnofalse
verbosenofalse

no outputs