nerdishbynature / octokit.swift

A Swift API Client for GitHub and GitHub Enterprise
MIT License
501 stars 128 forks source link

Adding ability to create new pull request. #167

Closed ps2 closed 1 year ago

ps2 commented 1 year ago

These changes allow the creation of a new pull request using the Octokit package.

I tried following the existing code patterns as best I could. Let me know if you have any feedback. Thanks!

ps2 commented 1 year ago

Added tests, thanks!

pietbrauer commented 1 year ago

@ps2 Linting is still failing sadly otherwise it's good to go.