-
-
Notifications
You must be signed in to change notification settings - Fork 954
Lack of ability to create Pull #1796
-
Is it possible to leverage something like gh
cli in addition to git to enable functionality to create a PR?
GitPython is great - I am doing some automation and have done everything I need to within GitPython except creating a PR! I would hate to have to shift the process because of lack of functionality there when it includes everything else I need! Thanks.
Beta Was this translation helpful? Give feedback.
All reactions
GitPython is only dealing with Git, and not with GitHub. There is PyGitHub which seems to do what you need though.
Replies: 1 comment 1 reply
-
GitPython is only dealing with Git, and not with GitHub. There is PyGitHub which seems to do what you need though.
Beta Was this translation helpful? Give feedback.
All reactions
-
I see - understood, that is too bad - I prefer GitPython to PyGitHub because of auth mechanisms that aren't supported in PyGitHub. Thanks for the update!
Beta Was this translation helpful? Give feedback.