pwntester / octo.nvim

Edit and review GitHub issues and pull requests from the comfort of your favorite editor
MIT License
2.33k stars 125 forks source link

fix: specify hostname if remote is not github.com #292

Closed bzub closed 2 years ago

bzub commented 2 years ago

gh api gets confused if auth for a github.com host is configured, but the repository remote uses an enterprise github host. We avoid this by finding the host from the remotes and specify it via flag.

Fixes: https://github.com/pwntester/octo.nvim/issues/276

pwntester commented 2 years ago

Thanks for making Octo better!

pwntester commented 2 years ago

Thanks again!