Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For our usecase in our company we have 2 different versions of Github.
app-config.yaml file
integrations:
github:
- host: github.com
apiBaseUrl: ${github_apiBaseUrl}
token: ${github_token}
- host: github.companyname.com
apiBaseUrl: ${github_enterprise_apiBaseUrl}
token: ${github_enterprise_token}
While using github pull request and code insight plugin , It only loads data from github.com domain and not loading repo data for github.companyname.com domain.
Is there a way we can load repo data from both of the github URL?
Beta Was this translation helpful? Give feedback.
All reactions