peter-evans/Find Comment

Find an issue or pull request comment

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokenGITHUB_TOKEN or a repo scoped PAT.${{ github.token }}
repositoryThe full name of the repository containing the issue or pull request.${{ github.repository }}
issue-numberThe number of the issue or pull request in which to search.
comment-authorThe GitHub user name of the comment author.
body-includesA string to search for in the body of comments.
body-regexA regular expression to search for in the body of comments.
directionSearch direction, specified as `first` or `last`first
nth0-indexed number, specifying which comment to return if multiple are found0
namedescription
comment-idThe id of the matching comment found.
comment-node-idThe GraphQL node id of the matching comment found.
comment-bodyThe body of the matching comment found.
comment-authorThe author of the matching comment found.