-
Notifications
You must be signed in to change notification settings - Fork 62
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
feature: add support for ghe #63
Conversation
Hi @codezninja! Thanks for this PR. It looks really straightforward. Just have one question, because I never used GHE: How can we know that it works fine there? Did you have the chance to test it manually? |
@matiasalbarello yes I'm currently using this code in a GHE instance. |
Co-authored-by: Sébastien Saunier <seb@lewagon.org>
Thanks for @ssaunier fix I confirmed if I don't pass in api_endpoint it fails for me since its on a GHE instance since it is trying to pull from api.github.com |
Co-authored-by: Matias Albarello <1678497+matiasalbarello@users.noreply.github.com>
@matiasalbarello @ssaunier sorry for the delay on this. I've made the changes per the review. Please let me know if there's anything else |
This PR adds support for GHE instances
Fixes #62