Skip to content

Commit

Permalink
Fixes autolink enrichment for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Dec 23, 2024
1 parent cd5f9e1 commit 7b1bf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autolinks/autolinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ export class Autolinks implements Disposable {
link.provider?.domain === integration.domain
? integration.getIssueOrPullRequest(
link.descriptor ?? remote.provider.repoDesc,
link.referenceType === 'branch' ? link.id : id,
this.getAutolinkEnrichableId(link),
)
: link.descriptor != null
? linkIntegration?.getIssueOrPullRequest(link.descriptor, this.getAutolinkEnrichableId(link))
Expand Down

0 comments on commit 7b1bf63

Please sign in to comment.