Add support for Github Enterprise
See original GitHub issueI’m trying to use https://github.com/siddharthkp/bundlesize which depends on this library in Github Enterprise.
Looking at the code
url: `https://api.github.com/repos/${build.repo}/statuses/${build.sha}`,
Should be(in my case):
url: `https://github.ibm.com/api/v3/repos/${build.repo}/statuses/${build.sha}`,
You can probably accept another parameter in the constructor with the GitHub API URL
.
I have also seen people using environment variables like: GITHUB_API
.
Thanks for the great work you are doing.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:8
- Comments:12 (6 by maintainers)
Top Results From Across the Web
Managing support entitlements for your enterprise - GitHub Docs
Adding a support entitlement to an enterprise member · In the top-right corner of GitHub.com, click your profile photo, then click Your enterprises....
Read more >About the Support Portal - GitHub Support
To manage support entitlements, navigate to your enterprise account page, click the Settings link and then click the Support link. Submitting a Ticket....
Read more >Premium Support - GitHub
Enterprise Premium
Support hours 24x5 24x7
Initial response – Urgent <8 hours 30 mins (includes initial troubleshooting)
Initial response – High <8 hours 4 hours
Read more >About GitHub Premium Support - GitHub Enterprise Cloud Docs
To sign up for GitHub Premium Support or upgrade your plan, you can contact our account management team or call +1 (877) 448-4820....
Read more >Creating a support ticket - GitHub Docs
Obtain information that can help GitHub Support track, prioritize, reproduce, or investigate the issue. · Include full URLs, repository names, and usernames ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@JimmyMultani there’s a PR for this: https://github.com/siddharthkp/github-build/pull/5
I don’t have any experience with GitHub enterprise to be able to help, If you’d like you can take it forward
@siddharthkp I’d like to take this up, if you’re good with that.