Basic Information

appmixer.github.list.ListReviewThreads

List Review Threads

1.0.0

Public

List the review threads of a pull request with their thread ID, resolved and outdated flags, file path and first comment. Thread resolution exists only in GitHub's GraphQL API — a review comment fetched over REST has no resolved field — so this is the only way to see which threads are still open. Feed the thread ID into Resolve Review Thread.

Input Ports

in

FieldTypeDescription
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 The number of the pull request whose review threads to list (e.g. `1259`).
Resolved State select Return every thread, or only the resolved or unresolved ones. "What is still open on this pull request" is the usual question.
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.

Full Metadata