We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df59813 commit 479650fCopy full SHA for 479650f
scripts/post-vsts-artifact-comment.js
@@ -47,8 +47,8 @@ and then running \`npm install\`.
47
});
48
49
// Temporarily disable until we get access controls set up right
50
- // Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
51
- await gh.request("POST /repos/orta/make-monaco-builds/dispatches", { event_type: process.env.SOURCE_ISSUE, headers: { Accept: "application/vnd.github.everest-preview+json" }});
+ // Send a ping to https://github.com/microsoft/typescript-make-monaco-builds#pull-request-builds
+ await gh.request("POST /repos/microsoft/typescript-make-monaco-builds/dispatches", { event_type: process.env.SOURCE_ISSUE, headers: { Accept: "application/vnd.github.everest-preview+json" }});
52
}
53
54
main().catch(async e => {
0 commit comments