Basic Information

appmixer.github.list.ResolveReviewThread

Resolve Review Thread

1.0.0

Public

Mark a pull request review thread as resolved, the same as clicking 'Resolve conversation' in GitHub. Thread resolution exists only in GitHub's GraphQL API, so the input is the GraphQL thread ID emitted by List Review Threads, not a review comment ID.

Input Ports

in

FieldTypeDescription
Thread ID text The GraphQL node ID of the review thread, for example `PRRT_kwDOAA12oc5abcde`. Take it from the Thread ID field of List Review Threads.

Output Ports

out

FieldTypeDescription
Thread ID string -
Is Resolved boolean -
Is Outdated boolean -
Path string -

Full Metadata