chaoticroman/Phrase in PR Description
Detects whether a given phrase (regex) appears in a pull request description and outputs a skip flag.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| phrase | Extended-regex pattern to search for in the PR description. | yes | — |
| true_value | Value to output when the phrase is detected. | no | true |
| false_value | Value to output when the phrase is not detected. | no | "" |
| github_token | Token used to authenticate the GitHub API request for the PR body. | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| detected | 'true' if the phrase was found, '' otherwise. |