-
Notifications
You must be signed in to change notification settings - Fork 735
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
github.getRepository does not work for Enterprise github instance #263
Comments
I don't have ready access to GHE. Can you give me what URL it's accessing and what it should be instead? I'm quite a bit surprised that something this basic has escaped everyone's attention thus far. Are you sure this is a problem in the library, as opposed to your deployment? |
Hello @ramachandranbakthavachalam the following code gets a pullRequest from my enterprise repository |
Maybe you have a token that doesn't include the necessary visibility? |
Looks like the problem was in the reporter's access control or usage. |
github.getRepository method appends /repos/ to the url which does not work for Enterprise github instance.
The text was updated successfully, but these errors were encountered: