actions-marketplace-validations/PR title edict

Github action to enforce Pull Request title conventions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jan 11, 2022
License
None
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/abhinav-singh-vineti_pr-format-rules@3ed2213843bbab6dbf6571664851eeaee85130bf # no releases — HEAD as of 2026-07-16

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

namedescriptionrequireddefault
regexRegex to validate the pull request titleno.+
allowed_prefixesComma separated list of prefix allowed to be used in title. eg: feature,hotfix,JIRA-no""
disallowed_prefixesComma separated list of prefix disallowed to be used in title. eg: feat,fixno""
prefix_case_sensitiveAre the allowed & disallowed prefixes case sensitive?nofalse
min_lengthMin length of titleno1
max_lengthMax length of title. -1 to ignore the ruleno-1
github_tokenPersonal access token (PAT) used to fetch the repository. The PAT is configured with the local git config, which enables your scripts to run authenticated git commands. The post-job step removes the PAT. We recommend using a service account with the least permissions necessary. Also when generating a new PAT, select the least scopes necessary. no${{ github.token }}

no outputs