georgesapkin/HyperStickler
Commit and PR formalities checker
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| check_branch | Check if pull request comes from a feature branch | no | true |
| check_signoff | Check if Signed-off-by exists and matches author | no | false |
| exclude_dependabot | Exclude commits authored by dependabot from some checks | no | true |
| exclude_weblate | Exclude commits authored by Weblate from some checks | no | false |
| feedback_url | URL to provide feedback to. If empty, no feedback text will be added to either console log or comment.' | no | https://github.com/georgesapkin/hyperstickler/issues |
| guideline_url | Submission guideline URL used in PR comments | no | https://www.kernel.org/doc/html/latest/process/submitting-patches.html |
| job_step | Job step number that full log link in comment should point to. Otherwise it will point to the job itself. Requires post_comment to be true.' | no | — |
| max_body_line_len | Max body line length. Longer lines result in a warning. | no | 75 |
| max_subject_len_hard | Hard max subject line length limit. Longer subjects fails check. | no | 60 |
| max_subject_len_soft | Soft max subject line length limit. Longer subjects result in a warning. | no | 50 |
| post_comment | Post summaries to the pull request | no | false |
| warn_on_no_modify | Warn when PR edits by maintainers are not allowed. Requires post_comment to be true.' | no | false |
Outputs
no outputs