We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2b6b2 commit 5b3848aCopy full SHA for 5b3848a
src/utils.ts
@@ -56,7 +56,7 @@ Please check the logs of the github action.
56
`
57
58
const pullURL = (owner: string, repo: string, number: number): string =>
59
- `https://github.com/${owner}/${repo}/pull/${number}`
+ `https://redirect.github.com/${owner}/${repo}/pull/${number}`
60
61
export const createComments = async (
62
octokit: InstanceType<typeof GitHub>,
0 commit comments