Skip to content

Commit 72d3c2d

Browse files
committedJan 13, 2025
Adds GitHub Enterprize menu item
(#3901, #3922)
1 parent 31e969c commit 72d3c2d

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)