Parcourir la source

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

main
Sam Martin il y a 2 ans
committed by Eric Amodio
Parent
révision
d5bbe3bb82
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      src/git/remotes/bitbucket-server.ts

+ 1
- 0
src/git/remotes/bitbucket-server.ts Voir le fichier

@ -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}`,
},

Chargement…
Annuler
Enregistrer