We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5f9e1 commit 7b1bf63Copy full SHA for 7b1bf63
src/autolinks/autolinks.ts
@@ -230,7 +230,7 @@ export class Autolinks implements Disposable {
230
link.provider?.domain === integration.domain
231
? integration.getIssueOrPullRequest(
232
link.descriptor ?? remote.provider.repoDesc,
233
- link.referenceType === 'branch' ? link.id : id,
+ this.getAutolinkEnrichableId(link),
234
)
235
: link.descriptor != null
236
? linkIntegration?.getIssueOrPullRequest(link.descriptor, this.getAutolinkEnrichableId(link))
0 commit comments