Преглед на файлове

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

main
Sam Martin преди 2 години
committed by Eric Amodio
родител
ревизия
d5bbe3bb82
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. +1
    -0
      src/git/remotes/bitbucket-server.ts

+ 1
- 0
src/git/remotes/bitbucket-server.ts Целия файл

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

Зареждане…
Отказ
Запис