ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Add base_url param to github object creation #94

Closed bwrsandman closed 11 months ago

bwrsandman commented 11 months ago

Since 1.58 of PyGithub, it is required to set the base_url to the address of a github entreprise for it to work.

The version lock is loose enough that today it picks up 1.59 which requires this.

ZedThree commented 11 months ago

Thanks @bwrsandman!