You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are few locations were github.com is hardcoded, making it incompatible with github enterprise servers that are hosted on other domains.
From what I understood from these code lines, they are only cosmetic (sent as annotations in deployments).
@OliverMKing the pull request #200 that i've opened is about api calls sent to github.com. This issue is about cosmetic links shown to the user. I don't see any correction yet in the repo.
There are few locations were github.com is hardcoded, making it incompatible with github enterprise servers that are hosted on other domains.
From what I understood from these code lines, they are only cosmetic (sent as annotations in deployments).
k8s-deploy/src/utilities/workflowAnnotationUtils.ts
Line 24 in 507f2d4
k8s-deploy/src/utilities/githubUtils.ts
Line 47 in ca8d260
There is
GITHUB_SERVER_URL
env var and some others to get the server domain.The text was updated successfully, but these errors were encountered: