We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7f282 commit 0383223Copy full SHA for 0383223
src/constants.integrations.ts
@@ -47,6 +47,12 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
47
icon: 'gl-provider-github',
48
supports: ['prs', 'issues'],
49
},
50
+ {
51
+ id: SelfHostedIntegrationId.CloudGitHubEnterprise,
52
+ name: 'GitHub Enterprise',
53
+ icon: 'gl-provider-github',
54
+ supports: ['prs', 'issues'],
55
+ },
56
{
57
id: HostingIntegrationId.GitLab,
58
name: 'GitLab',
0 commit comments