actions-marketplace-validations/GitHub PR Content Checker
Checks PR body and diff for word occurrences
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 | String that must be in the PR body | — | — |
| bodyDoesNotContain | String that must not be in the PR body | — | — |
| diffContains | String that must be in the PR diff | — | — |
| diffDoesNotContain | String that must not be in the PR diff | — | — |
| maxLinesChanged | Max number of lines changed per PR | — | — |
| maxFilesChanged | Max number of files changed per PR | — | — |
Outputs
| name | description |
|---|---|
| diff | Lines added to the PR |