You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Please keep the strings "an installable tgz" and "packed" in this message, as well as the devDependencies section,
32
41
// so that the playgrounds deployment process can find these comments.
33
42
34
-
awaitgh.issues.createComment({
35
-
issue_number: +process.env.SOURCE_ISSUE,
36
-
owner: "Microsoft",
37
-
repo: "TypeScript",
38
-
body: `Hey @${process.env.REQUESTING_USER}, I've packed this into [an installable tgz](${link}). You can install it for testing by referencing it in your \`package.json\` like so:
43
+
constcomment=`Hey @${REQUESTING_USER}, I've packed this into [an installable tgz](${link}). You can install it for testing by referencing it in your \`package.json\` like so:
39
44
\`\`\`
40
45
{
41
46
"devDependencies": {
@@ -44,26 +49,65 @@ async function main() {
44
49
}
45
50
\`\`\`
46
51
and then running \`npm install\`.
47
-
`,
48
-
});
52
+
`;
49
53
50
54
// Temporarily disable until we get access controls set up right
51
55
// Send a ping to https://github.com/microsoft/typescript-make-monaco-builds#pull-request-builds
body: `Hey @${process.env.REQUESTING_USER}, something went wrong when looking for the build artifact. ([You can check the log here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${process.env.BUILD_BUILDID}&_a=summary)).`,
67
-
});
68
-
}
70
+
newComment=`Hey @${REQUESTING_USER}, something went wrong when looking for the build artifact. ([You can check the log here](https://typescript.visualstudio.com/TypeScript/_build/index?buildId=${BUILD_BUILDID}&_a=summary)).`;
0 commit comments