We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09aeaa commit 9c1ab69Copy full SHA for 9c1ab69
1 file changed
packages/core/src/publisher/github-comment.ts
@@ -33,7 +33,7 @@ export async function postSkipComment(
33
${options.reason}
34
35
---
36
-*Generated by [git-glimpse](https://github.com/git-glimpse/git-glimpse)*`;
+*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)*`;
37
38
const existing = await findExistingComment(octokit, options);
39
@@ -145,5 +145,5 @@ ${script}
145
</details>
146
147
148
-*Generated by [git-glimpse](https://github.com/git-glimpse/git-glimpse)${rerunSection}*`;
+*Generated by [git-glimpse](https://github.com/DeDuckProject/git-glimpse)${rerunSection}*`;
149
}
0 commit comments