Skip to content

Commit 9c5da5e

Browse files
committed
fix: ensure no linkback
1 parent f13fae7 commit 9c5da5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/empty-string-checker.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ async function createReview(violations: Array<{ file: string; line: number; cont
8383
const reviewComments = violations.map((v) => ({
8484
path: v.file,
8585
line: v.line,
86-
body: `> [!WARNING]\n> Empty string found, consider another approach. [Read more](https://github.com/ubiquity/ts-template/issues/31).`,
86+
body: `> [!WARNING]\n> Empty string found, consider another approach. [Read more](https://www.github.com/ubiquity/ts-template/issues/31).`,
8787
}));
8888

8989
await octokit.pulls.createReview({

0 commit comments

Comments
 (0)