Skip to content

Commit b5f3d2a

Browse files
committed
Adds GitHub Enterprize menu item
(#3901)
1 parent f68746f commit b5f3d2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: 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)