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
Copy file name to clipboardExpand all lines: scripts/post-vsts-artifact-comment.js
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ async function main() {
33
33
// so that the playgrounds deployment process can find these comments.
34
34
35
35
awaitgh.issues.createComment({
36
-
number: +process.env.SOURCE_ISSUE,
36
+
issue_number: +process.env.SOURCE_ISSUE,
37
37
owner: "Microsoft",
38
38
repo: "TypeScript",
39
39
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:
@@ -50,8 +50,7 @@ and then running \`npm install\`.
50
50
51
51
// Temporarily disable until we get access controls set up right
52
52
// Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
0 commit comments