From fead89c527134a0be3f338d7d74b52800ee00740 Mon Sep 17 00:00:00 2001 From: Loic Huder Date: Tue, 13 Jan 2026 15:53:58 +0100 Subject: [PATCH] Fix compare link when creating line ref --- src/githubHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/githubHelper.ts b/src/githubHelper.ts index f7fb1c8..0fec7c6 100644 --- a/src/githubHelper.ts +++ b/src/githubHelper.ts @@ -1735,7 +1735,7 @@ export class GithubHelper { ref = head_sha; } - let lineRef = `Commented on [${ref}](${repoLink}/compare/${base_sha}..${head_sha}${slug})\n\n`; + let lineRef = `Commented on [${ref}](${repoLink}/compare/${base_sha}...${head_sha}${slug})\n\n`; if (position.line_range) { if (position.line_range.start.type === 'new') {