patrickkempff/Pull Request Linter

A GitHub action that matches the pull request title, body & branchname against regex patters.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
repo-tokenToken for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.no${{ github.token }}
configuration-pathThe path for the pull request lint rules configurationno.github/prlint.yml
comment-table-headerThe title of the report table when found one or more issues.noFails
comment-introThe intro of the report, rendered above the table when found one or more issues.no:wave: Hi There!
comment-bodyThe message of the report, rendered below the table when found one or more issues.noI found **{{count}}** failures but please don't let this discourage you! Your effort is greatly appreciated and together we make sure that the codebase stays in awesome shape! :ok_hand: :pray: Before this PR can be reviewed, please resolve the above issues first. Thanks! **Not sure how to resolve a specific issue?** There are edge cases where I will be wrong. If you think this is the case or you are not sure how to fix the issue, you should let the reviewer know by adding the reason/question to your PR description. If you are looking for me or want to know what rules I live by, you can find me in [prlint.yml](../blob/master/.github/prlint.yml).

no outputs