Sfoglia il codice sorgente

Fixes #1932: Ignores case for pull request autolink in Bitbucket Server

main
Sam Martin 2 anni fa
committed by Eric Amodio
parent
commit
d5bbe3bb82
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/git/remotes/bitbucket-server.ts

+ 1
- 0
src/git/remotes/bitbucket-server.ts Vedi File

@ -24,6 +24,7 @@ export class BitbucketServerRemote extends RemoteProvider {
},
{
prefix: 'pull request #',
ignoreCase: true,
url: `${this.baseUrl}/pull-requests/<num>`,
title: `Open PR #<num> on ${this.name}`,
},

Caricamento…
Annulla
Salva