edgurgel / tentacat

Simple Elixir wrapper for the GitHub API
https://hexdocs.pm/tentacat
MIT License
444 stars 155 forks source link

Add support for Create Reviews Endpoint #184

Closed sreecodeslayer closed 4 years ago

sreecodeslayer commented 5 years ago

Add support for the GitHub API that facilitates creating Reviews on a particular Pull Request. More info on the API here: https://developer.github.com/v3/pulls/reviews/#create-a-pull-request-review

Closes #174

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.03%) to 91.857% when pulling fc3f2a7f3e3e48e4b76519a559d6e51198427499 on sreecodeslayer:issue#175-review-create-endpoint into 5d14bc536cee42fabb85f24b93cef11412dc85f1 on edgurgel:master.

edgurgel commented 5 years ago

Thanks @sreecodeslayer ! Will merge and release this soon 👍