pcgeek86 / PSGitHub

This PowerShell module contains commands to manage GitHub through its REST API.
MIT License
182 stars 39 forks source link

Fix usage of BaseBranch parameter in Get-GitHubPullRequest #62

Closed Danl2620 closed 2 years ago

Danl2620 commented 2 years ago

Bug Fixes

This fixes the -BaseBranch parameter of Get-GitHubPullRequest.

Danl2620 commented 2 years ago

@felixfbecker @pcgeek86 for visibility.

pcgeek86 commented 2 years ago

Thank you for fixing this!