47degrees / github4s

A GitHub API wrapper written in Scala
http://47degrees.github.io/github4s
Apache License 2.0
229 stars 75 forks source link

Support merging of a pull request #887

Open tobia80 opened 1 year ago

tobia80 commented 1 year ago

Does the library provide support for merging a pull request? https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#merge-a-pull-request

fedefernandez commented 1 year ago

@tobia80, not from what I can see in PullRequests.scala.

818 and #811 are good examples of how to add new endpoints in case someone wants to contribute.