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.
Is it possible to leverage something like
ghcli 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.