Skip to content

Failed to resolve thread #128

@adiSuper94

Description

@adiSuper94

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions