nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
488 stars 126 forks source link

Add patch pull request #156

Closed tboogh closed 1 year ago

tboogh commented 1 year ago

This PR implements updating a pull request.

https://docs.github.com/en/rest/pulls/pulls#update-a-pull-request

tboogh commented 1 year ago

@pietbrauer I pushed an update to fix the lint error

pietbrauer commented 1 year ago

Thanks a lot!