tomasbjerre / violation-comments-to-github-lib

A library for commenting GitHub with violations from static code analyzer reports.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PR review comments

winterDroid opened this issue · comments

It would be nice to make the comments as part of a single review.
Even though the API is experimental, it would be nice to make use of it as an experimental feature: https://developer.github.com/v3/pulls/reviews/

I'd also love to have this feature; it would help move my team completely over to using GitHub reviews. It seems that the main roadblock to implementing this is getting support for this API in the egit.github.core library, right? Beyond that, are you open to accepting pull requests at this location for this functionality?

Yes, a PR for this is very welcome =)

Perhaps there can be a GitHubReviewCommentsProvider implements CommentsProvider` implemented here.