-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I am integrating comment action into a private repo in a GitHub Enterprise environment.
I managed to get it working using GITHUB_BASE_URL
setting (has to be something like https://github.spam.com/api/v3
in our case).
It does all I want it to do beautifully, the only thing still not working is source links, such as source files and missing lines links. Those assume https://github.com/org/repo/...
, but we need them to be something like https:/github.spam.com/org/repo/...
.
The github.com
seems to be hardcoded here.
Could source links base URI be made configurable too? π
Metadata
Metadata
Assignees
Labels
No labels