actions-marketplace-validations/Blumilk Pull Request title rules

Github action to enforce Pull Request title conventions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
regexRegex to validate the pull request titleno^(#\d+ )?- .+
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