-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Creating a simple pull request results in 422 Validation error #1943
Comments
@shahabhijeet my best guess is that you're not using the right value for the |
@shiftkey I was able to get more details, now I get this
And so far I have tried the format for base as nothing seems to work. So what would be good to know is, if I had to create a pull request from my fork against octokit master branch, what are the values I should be using for head and base |
@ryangribble is creating a PullRequest from user fork supported? |
Got it working the following worked for me
|
Should this issue be closed as the sample for the docs has been added? |
Good catch, thanks! |
I am using octokit.net 0.32.0 nuget pacakge in my .NET Standard 2.0 library
Here is my code
Can you provide me a working example that will allow me to create a Pull Request?
I don't seem to find any examples that will show me how to create a simple pull request.
The text was updated successfully, but these errors were encountered: