timheuer / GitHubActionsVS

A Visual Studio extension for showing GitHub Actions workflow information
MIT License
16 stars 5 forks source link

GitHub Enterprise support #27

Open rwkarg opened 11 months ago

rwkarg commented 11 months ago

Allow configuration of GitHub Enterprise address that would be additionally searched for in RepoInfo.cs https://github.com/timheuer/GitHubActionsVS/blob/a68954fe72bd8c163c87a7fc9afbdf65a98b227c/src/Helpers/RepoInfo.cs#L26

timheuer commented 11 months ago

Thanks @rwkarg for the note. I do not have a GHE account. Can you help educate me a bit here?

After these answers would you be willing to test out an example of this if I put it in a diff branch?

rwkarg commented 11 months ago

Url for a repository would be something like https://internal-repository.my-corp.net/org/repo where the internal-repository.my-corp.net seems to be the bit that would get configured.

The Oktokit SDK has worked for everything I've used it for against Enterprise so it should be fine 🤞.

If I can figure out how to get it installed, then I'd be happy to give a branch a try!

timheuer commented 11 months ago

Ok, thanks @rwkarg. I'll see if I can spend a bit on this looking into it.

msun03 commented 6 months ago

So GitHub Enterprise is not supported currently?

timheuer commented 6 months ago

So GitHub Enterprise is not supported currently?

Correct. I haven’t had time to look into this and even get a GHE setup.