This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes
#1932
: Ignores case for pull request autolink in Bitbucket Server
main
Sam Martin
2 years ago
committed by
Eric Amodio
parent
48a6ded970
commit
d5bbe3bb82
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/git/remotes/bitbucket-server.ts
+ 1
- 0
src/git/remotes/bitbucket-server.ts
View 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
}
`
,
}
,
Write
Preview
Loading…
Cancel
Save