patcito/check-keywords-in-diffs
Check diff for keywords and send notification to PR if it finds any
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | name of base branch to compare to, usually main, master or develop | yes | — |
| token | your GITHUB_TOKEN, used when sending notifications | no | — |
| title | add a title to the notifications to distinguish between multiple workflows/jobs | no | — |
| notify_issue | send a notification to the linked issue/pullrequest with the output | no | — |
| notify_check | create a check run with the output | no | — |
Outputs
| name | description |
|---|---|
| passed | boolean describing if the test passed or not |
| output | text of the diff |