Skip to content

Commit 423bcc0

Browse files
committed
Adds GitHub Enterprize menu item
(#3901, #3922)
1 parent 221cdef commit 423bcc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/constants.integrations.ts

+6
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
4747
icon: 'gl-provider-github',
4848
supports: ['prs', 'issues'],
4949
},
50+
{
51+
id: SelfHostedIntegrationId.CloudGitHubEnterprise,
52+
name: 'GitHub Enterprise',
53+
icon: 'gl-provider-github',
54+
supports: ['prs', 'issues'],
55+
},
5056
{
5157
id: HostingIntegrationId.GitLab,
5258
name: 'GitLab',

0 commit comments

Comments
 (0)