roblox-actionscache/Find Comment
Find an issue or pull request comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
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 |
| nth | 0-indexed number, specifying which comment to return if multiple are found | — | 0 |
Outputs
| name | description |
|---|---|
| comment-id | The id of the matching comment found. |
| comment-node-id | The GraphQL node id of the matching comment found. |
| comment-body | The body of the matching comment found. |
| comment-author | The author of the matching comment found. |