Trying out gh.nvim to to review a PR.
I am trying to use <C-r> to resolve a thread, but i get a pop up error saying failed to resolve the thread.
I dug a little bit and the api being called for it seems to be
gh api graphql -F thread_id='xxxxx' -f query='mutation ($thread_id: ID!){
resolveReviewThread(input: {threadId: $thread_id }){
clientMutationId
}
}'
the response I get when trying the command directly on terminal is
{
"data":{
"resolveReviewThread":{ "clientMutationId":null }
}
}
I have authenticated gh using ssh, and use git usually with the ssh protocol.
I also tried pasting my custom token, with extra permissions like write:discussion.
Still no luck.
I think I might really like using this plugin. But this resolve thread issue is a major pain point right now.
Trying out gh.nvim to to review a PR.
I am trying to use
<C-r>to resolve a thread, but i get a pop up error sayingfailed to resolve the thread.I dug a little bit and the api being called for it seems to be
the response I get when trying the command directly on terminal is
{ "data":{ "resolveReviewThread":{ "clientMutationId":null } } }I have authenticated gh using ssh, and use git usually with the ssh protocol.
I also tried pasting my custom token, with extra permissions like
write:discussion.Still no luck.
I think I might really like using this plugin. But this resolve thread issue is a major pain point right now.