We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fca03c5 + fead89c commit d272279Copy full SHA for d272279
1 file changed
src/githubHelper.ts
@@ -1746,7 +1746,7 @@ export class GithubHelper {
1746
ref = head_sha;
1747
}
1748
1749
- 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`;
1750
1751
if (position.line_range) {
1752
if (position.line_range.start.type === 'new') {
0 commit comments