nerdishbynature / octokit.swift

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

Add parameter to filter pull requests by branch #126

Closed aaron-foreflight closed 3 years ago

aaron-foreflight commented 3 years ago

This pull request adds an optional head parameter to the pull requests API. See https://docs.github.com/en/rest/reference/pulls#list-pull-requests for official documentation.

pietbrauer commented 3 years ago

Thanks a lot!