Reply posted. Now let me resolve the conversation thread.
Read 1 file (ctrl+o to expand)
⏺ Bash(gh api graphql -f query='query($owner: String!, $repo: String!, $pr: Int!) { repository(owner: $owner, name: $repo) {
pullRequest(number: $pr) { reviewThreads(f…)
⎿ {
"comments": {
"nodes": [
… +8 lines (ctrl+o to expand)
⏺ Bash(gh api graphql -f query='mutation($threadId: ID!) { resolveReviewThread(input: { threadId: $threadId }) { thread {
isResolved } } }' -f threadId="PRRT_kwDORtv36…)
⎿ Error: Exit code 1
{"errors":[{"message":"Expected VAR_SIGN, actual: UNKNOWN_CHAR (\"\") at [1,
23]","locations":[{"line":1,"column":23}]}]}gh: Expected VAR_SIGN, actual: UNKNOWN_CHAR ("") at [1, 23]
⏺ Bash(gh api graphql -f query='mutation($threadId: ID!) { resolveReviewThread(input: {threadId: $threadId}) { thread {
isResolved } } }' -f threadId="PRRT_kwDORtv36c5…)
⎿ Error: Exit code 1
{"errors":[{"message":"Expected VAR_SIGN, actual: UNKNOWN_CHAR (\"\") at [1,
23]","locations":[{"line":1,"column":23}]}]}gh: Expected VAR_SIGN, actual: UNKNOWN_CHAR ("") at [1, 23]
⏺ Bash(gh api graphql -f query='mutation ResolveThread { resolveReviewThread(input: {threadId: "PRRT_kwDORtv36c52xlQ_"}) {
thread { isResolved } } }')
⎿ {
"data": {
"resolveReviewThread": {
… +6 lines (ctrl+o to expand)
Sometimes a
Expected VAR_SIGNerror raised when trying to resolve a conversation with thesmp-apply-github-pr-feedbackskill.