Skip to content

Commit d5bbe3b

Browse files
Sam Martineamodio
authored andcommitted
Fixes #1932: Ignores case for pull request autolink in Bitbucket Server
1 parent 48a6ded commit d5bbe3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/git/remotes/bitbucket-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class BitbucketServerRemote extends RemoteProvider {
2424
},
2525
{
2626
prefix: 'pull request #',
27+
ignoreCase: true,
2728
url: `${this.baseUrl}/pull-requests/<num>`,
2829
title: `Open PR #<num> on ${this.name}`,
2930
},

0 commit comments

Comments
 (0)