-
Notifications
You must be signed in to change notification settings - Fork 128
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
Adding ability to create new pull request. #167
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! Please also add the async/await compatible version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes! Something I totally forgot yesterday was that some tests would also be really nice.
Added tests, thanks! |
@ps2 Linting is still failing sadly otherwise it's good to go. |
These changes allow the creation of a new pull request using the Octokit package.
I tried following the existing code patterns as best I could. Let me know if you have any feedback. Thanks!