actions-marketplace-validations/Check PR for word - forked by dataloudercom
Checks that the body or the added code contains a word
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | Github token, added magically | — | — |
| bodyContains | Word that must be contained in the PR body, can be left blank | — | — |
| bodyDoesNotContain | String that should not be in the PR body, can be left blank | — | — |
| diffContains | Word that must be contained in the added code | — | — |
| diffDoesNotContains | Word that must not be contained in the added code | — | — |
| linesChanged | Max number of lines changed per PR | — | — |
| filesChanged | Max number of files changed per PR | — | — |
Outputs
| name | description |
|---|---|
| diff | Lines added to the PR |