tdg-github-action icon indicating copy to clipboard operation
tdg-github-action copied to clipboard

[Feature] Support GHE

Open asciifaceman opened this issue 7 months ago • 4 comments

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

NewClient().WithEnterpriseURLs(...)

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.

asciifaceman avatar Nov 18 '23 00:11 asciifaceman