actions-marketplace-validations/Find Comments
Find an issue or pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a repo scoped PAT. | — | ${{ github.token }} |
| repository | The full name of the repository containing the issue or pull request. | — | ${{ github.repository }} |
| issue-number | The number of the issue or pull request in which to search. | — | — |
| comment-author | The GitHub user name of the comment author. | — | — |
| body-includes | A string to search for in the body of comments. | — | — |
| body-regex | A regular expression to search for in the body of comments. | — | — |
| direction | Search direction, specified as `first` or `last` | — | first |
Outputs
| name | description |
|---|---|
| comment-id | The id of the matching comment found. |
| comment-body | The body of the matching comment found. |
| comment-author | The author of the matching comment found. |