-
Notifications
You must be signed in to change notification settings - Fork 5
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] Support GHE #51
Comments
There's no plan, but I'm absolutely open for any contributions to add GHE support. This would be absolutely in line with this project's goals. |
I'll be honest and say I don't know if I have the capacity myself. I know Go but would have to familiarize myself with the github lib and your own style to see how it would fit in - as well I could only test it in the context of my company's GHE (the capacity issue). For the sake of contributing to discussion around this feature some of my disorganized thoughts: Potentially 3 new vars
enterprise_remote would denote that the action should use a I haven't explored the lib to know if actual interaction with the remote changes in this circumstance, There seems to be a significant amount of enterprise-specific code in the upstream lib but I didn't look close enough to see if this is backend stuff it takes care of or API a developer must use. I simply don't know if it would use the same library SDK to interact with enterprise issues as it does public github ones. |
This makes it seem like it wouldn't be too inconvenient, but would need to look more closely |
Yes, seems that the code change would be to provide the |
Currently this action doesn't support Github Enterprise / on-prem installs.
Is there any plan or desire to support GHE?
I was digging through the github-go API and it does seem to support it with a
https://pkg.go.dev/github.com/google/go-github/v56/github#Client.WithEnterpriseURLs
However I'm not familiar enough with the library to know if this would do what is needed.
The text was updated successfully, but these errors were encountered: