Skip to content

Commit

Permalink
Adds GitHub Enterprize menu item
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeibbb committed Jan 13, 2025
1 parent d96fa7f commit 18e3d01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/constants.integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
icon: 'gl-provider-github',
supports: ['prs', 'issues'],
},
{
id: SelfHostedIntegrationId.CloudGitHubEnterprise,
name: 'GitHub Enterprise',
icon: 'gl-provider-github',
supports: ['prs', 'issues'],
},
{
id: HostingIntegrationId.GitLab,
name: 'GitLab',
Expand Down

0 comments on commit 18e3d01

Please sign in to comment.