Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for API change to update base branch of a PullRequest #1449

Closed
ryangribble opened this issue Aug 24, 2016 · 0 comments
Closed

Add support for API change to update base branch of a PullRequest #1449

ryangribble opened this issue Aug 24, 2016 · 0 comments
Assignees
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone

Comments

@ryangribble
Copy link
Contributor

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

@ryangribble ryangribble self-assigned this Aug 24, 2016
@nickfloyd nickfloyd added Status: Up for grabs Issues that are ready to be worked on by anyone and removed up-for-grabs labels Oct 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone
Projects
None yet
Development

No branches or pull requests

2 participants