chaoticroman/Phrase in PR Description

Detects whether a given phrase (regex) appears in a pull request description and outputs a skip flag.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
phraseExtended-regex pattern to search for in the PR description.yes
true_valueValue to output when the phrase is detected.notrue
false_valueValue to output when the phrase is not detected.no""
github_tokenToken used to authenticate the GitHub API request for the PR body.no${{ github.token }}
namedescription
detected'true' if the phrase was found, '' otherwise.