github-real-names
github-real-names copied to clipboard
Doesn't work in GitHub Enterprise
This plugin does not seem to work on an Enterprise GitHub, where the URL is on a sub-domain of my company.
For example, I'm on something like github.XXX.COMPANY.com
, and the names are not replaced.
A pull request would be welcomed. I don't use GitHub Enterprise myself, so I can't test it there.
Plugin is using hard-coded github.com url to access user API: https://github.com/ForbesLindesay/github-real-names/blob/master/index.js#L19
Maybe the only thing to do would be to make this url configurable, but i have no skill to do that :(
It's also only applied to the github.com domain: https://github.com/ForbesLindesay/github-real-names/blob/master/manifest.json#L25