You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per this recent anouncement the API now supports changing the base branch of an existing pull request (woohoo!!!).
The Update a pull request endpoint now accepts a base string field on the request to do this.
For octokit.net this is pretty simple - we just need to add the Base string property to our existing PullRequestUpdate request class and update a few tests
The text was updated successfully, but these errors were encountered:
As per this recent anouncement the API now supports changing the base branch of an existing pull request (woohoo!!!).
The Update a pull request endpoint now accepts a
base
string field on the request to do this.For octokit.net this is pretty simple - we just need to add the
Base
string property to our existingPullRequestUpdate
request class and update a few testsThe text was updated successfully, but these errors were encountered: