ldelossa / gh.nvim

A fully featured GitHub integration for performing code reviews in Neovim.
MIT License
544 stars 26 forks source link

When starting a review: creating a single line comment is broken #90

Closed jemershaw closed 1 year ago

jemershaw commented 1 year ago

This fixes the single line comment during a review. It seems like on 2023-10-01 GH deprecated the possiton and path which is what was used to create a comment during a started review. It seems like here states to use addPullRequestReviewThread instead.

This addresses https://github.com/ldelossa/gh.nvim/issues/76 and possibly https://github.com/ldelossa/gh.nvim/issues/86