We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9ae6c commit fead89cCopy full SHA for fead89c
1 file changed
src/githubHelper.ts
@@ -1735,7 +1735,7 @@ export class GithubHelper {
1735
ref = head_sha;
1736
}
1737
1738
- 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`;
1739
1740
if (position.line_range) {
1741
if (position.line_range.start.type === 'new') {
0 commit comments