XAMPPRocky / octocrab

A modern, extensible GitHub API Client for Rust.
Other
1.07k stars 261 forks source link

[pulls] Pull request review create/edit API #628

Open costinsin opened 5 months ago

costinsin commented 5 months ago

Hello!

Firstly, thanks for creating and maintaining this nice project! I need to submit GitHub PR review "comments" and also edit them later. I have checked the documentation and it looks like this feature is not yet implemented in this library.

I would be eager to contribute to this project with a PR regarding this issue. Would it be ok for you to let me work on this?

Create API: https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28#create-a-review-for-a-pull-request Update API: https://docs.github.com/en/rest/pulls/reviews?apiVersion=2022-11-28#update-a-review-for-a-pull-request

costinsin commented 5 months ago

Looks like #605 is trying to solve this. I'm not sure what's the status of this PR, is it still work in progress?