jj/Check pull request body, diff and files

Checks that the body or the added code contains or avoids a word, number of files or lines changed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGithub token, added magically.
allowEmptyBoolean - true will only throw a warning if the body is empty, false will fail the runtrue
bodyContainsString or |-separated array of strings, one of which must be contained in the PR body, can be left blank or omitted
bodyDoesNotContainString or |-separated array of strings, none of which should be in the PR body, can be left blank
diffContainsString that must be included in the added code
diffDoesNotContainWord that should not be in the added code
linesChangedExact number of lines changed per PR
filesChangedExact number of files changed in the PR
waivedUsersUsers that will not need to follow these guidelines, separated by |. Defaults to dependabot.
namedescription
diffLines added to the PR
numberOfFilesNumber of files changed in the PR