appmixer.github.list.FindReviewComments
Find Review Comments
1.0.0
Public
| Field | Type | Description |
|---|---|---|
| Repository | text | Enter the repository in `owner/repo` format (e.g. `octocat/Hello-World`). You can also pick from the dynamically loaded list of your repositories. |
| Pull Request Number | text | Optional. Search only this pull request (e.g. `1259`), in which case every comment is returned. Leave empty to search the whole repository, which returns the 100 most recently updated review comments. |
| Author | text | Optional. Comma-separated author logins, matched case-insensitively as substrings (e.g. `copilot, dependabot`). Substring matching is intentional: the same actor is reported under a different login on every GitHub API surface, so `copilot` matches `Copilot` and `copilot-pull-request-reviewer` alike. |
| Author Type | select | Restrict to comments written by bot accounts (code review bots, apps) or by human accounts. |
| Updated Since | date-time | Optional. Only comments updated at or after this moment. Note that GitHub filters on last-updated, not created, so an old comment that was edited recently is included. |
| Output Type | select | Choose whether you want to receive the result set as one complete list, or first item only or one item at a time or stream the items to a file. |
Dynamic variables loaded from /component/appmixer/github/list/FindReviewComments?outPort=out&ignoreAuth=true
| Field | Type | Description |
|---|---|---|
| Repository | string | - |
| Pull Request Number | string | - |