patrickkempff/Pull Request Linter
A GitHub action that matches the pull request title, body & branchname against regex patters.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`. | no | ${{ github.token }} |
| configuration-path | The path for the pull request lint rules configuration | no | .github/prlint.yml |
| comment-table-header | The title of the report table when found one or more issues. | no | Fails |
| comment-intro | The intro of the report, rendered above the table when found one or more issues. | no | :wave: Hi There! |
| comment-body | The message of the report, rendered below the table when found one or more issues. | no | I 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). |
Outputs
no outputs