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 creating draft PRs #212

Merged

Conversation

aaronlademann-wf
Copy link
Contributor

In order to create a draft PR using Github's REST API, you have to add a special header:

application/vnd.github.shadow-cat-preview+json

To facilitate this, I added a new bool field to the CreatePullRequest class, and when it is true, the call made by PullRequestService.create updates the value of preview accordingly.

FYA @robbecker-wf

@robbecker-wf robbecker-wf merged commit 920dec0 into SpinlockLabs:master Mar 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants