Skip to content

Commit 5b3848a

Browse files
committed
🎨 Avoid backlinks for references
1 parent 3f2b6b2 commit 5b3848a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Please check the logs of the github action.
5656
`
5757

5858
const pullURL = (owner: string, repo: string, number: number): string =>
59-
`https://github.com/${owner}/${repo}/pull/${number}`
59+
`https://redirect.github.com/${owner}/${repo}/pull/${number}`
6060

6161
export const createComments = async (
6262
octokit: InstanceType<typeof GitHub>,

0 commit comments

Comments
 (0)