You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@devikasharma97 yes, you're right. It's a known limitation at the moment.
Context
For a long time, GitHub didn't offer an API to resolve / unresolve a conversation. Recently, Github launched an API to resolve / unresolve a conversation.
Problem
GitHub requires "write repository" permission to be able to resolve / unresolve a conversation via the API. Currently we don't ask for this permissions as it was not required until now.
Solution
We'll soon be requesting "write repository" permission so we can resolve a conversation on our user's behalf. This permission would also enable us to build some advanced feature like offer & accept suggestions directly from the code review comments UI.
We will keep this issue open for tracking purposes.
amit1rrr
changed the title
ReviewNB is not marking comments as resolved in GitHub
Sync conversation status (Resolved | Unresolved) between ReviewNB & GitHub
Sep 24, 2023
Whenever I mark a comment as resolved in ReviewNB it still stays unresolved in Github
The text was updated successfully, but these errors were encountered: