Skip to content

Commit 402e90c

Browse files
committed
Adds 'issues' ability to Bitbucket's descriptor
(#4052, #4131)
1 parent bff5301 commit 402e90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants.integrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export const supportedCloudIntegrationDescriptors: IntegrationDescriptor[] = [
8989
id: HostingIntegrationId.Bitbucket,
9090
name: 'Bitbucket',
9191
icon: 'gl-provider-bitbucket',
92-
supports: ['prs'],
92+
supports: ['prs', 'issues'],
9393
requiresPro: false,
9494
},
9595
{

0 commit comments

Comments
 (0)