msutkowski/Pull Request title conventions

Github action to enforce Pull Request title conventions with regex

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 titleyes.+
max_lengthMax length of title. -1 to ignore the ruleno-1
hintA friendly hint about the possible title format(s)yesUse a format like: "fix: [ABC-123] some description" or "chore: fix github actions"'
github_tokenPersonal access token (PAT) used to interact with the API. no${{ github.token }}

no outputs