Explorar el Código

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

main
Sam Martin hace 2 años
cometido por Eric Amodio
padre
commit
d5bbe3bb82
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/git/remotes/bitbucket-server.ts

+ 1
- 0
src/git/remotes/bitbucket-server.ts Ver fichero

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

Cargando…
Cancelar
Guardar