Compare commits
1 Commits
1ffe78734f
...
12c01e6895
Author | SHA1 | Date |
---|---|---|
|
12c01e6895 |
|
@ -35,7 +35,7 @@ const giteaToken = process.env.BOT_TOKEN
|
|||
// The second, hard coded part of this url is something you need to set in Netlify's site settings.
|
||||
const fullPreviewUrl = `https://${alias}--canopymc.netlify.app`
|
||||
|
||||
const prIssueCommentsUrl = `https://git.jojodev.com/api/v1/repos/Canopy/website/issues/${prNumber}/comments`
|
||||
const prIssueCommentsUrl = `https://git.jojodev.com/api/v1/repos/Canopy/website/issues/${prNumber}/comments`;
|
||||
|
||||
(async function () {
|
||||
|
||||
|
|
Loading…
Reference in New Issue