awcodify/Comment Finder
Check if a specific user or team member has commented on the current PR with given keywords
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| authors | GitHub usernames or team slugs separated by commas. This will be used to filter comments by the author | yes | — |
| keywords | Comment keywords to search for (comma-separated) | yes | approve,yes,LGTM |
| token | GitHub token | yes | — |
| fail_on_mismatch | Fail the action if the given keywords are not found in the comments | — | false |
| include_review_comments | Fail the action if the given keywords are not found in the comments | — | false |
Outputs
| name | description |
|---|---|
| matching_authors | Authors who have commented with the given keywords |