dyte-in/Pull Request Linter

Ensure your PR bodies match a given regex.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
body-regexRegex to ensure a match is found in the body. Allows anything by default.no.*
body-regex-flagsFlags for the body regex (such as 'i' for ignore case).noig
on-failed-regex-create-reviewWhether the action should create a PR review & comment when the regex doesn't match.notrue
on-failed-regex-commentComment for the bot to post on PRs that fail the regex. Use %regex% to reference regex.noPR title failed to match %regex%.
on-failed-regex-fail-actionWhether the action should fail when the regex doesn't match.nofalse
on-failed-regex-request-changesWhether the action should request changes or just provide a comment.notrue
on-succeeded-regex-dismiss-review-commentComment for the bot to post on PRs that succeed the regex and have their review dismissed.noAll good!
repo-tokenGithub token with access to the repository (secrets.GITHUB_TOKEN).yes

no outputs