From ec367feb586cd89a81108fda385f37c26f3e8aa1 Mon Sep 17 00:00:00 2001 From: Orta Date: Thu, 31 Oct 2019 18:50:00 -0700 Subject: [PATCH] Remove the ping for playgrounds on TS deploys (#34862) --- scripts/post-vsts-artifact-comment.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/scripts/post-vsts-artifact-comment.js b/scripts/post-vsts-artifact-comment.js index 4e2abb3e7e5..adaa2b8214b 100644 --- a/scripts/post-vsts-artifact-comment.js +++ b/scripts/post-vsts-artifact-comment.js @@ -48,9 +48,10 @@ and then running \`npm install\`. ` }); + // Temporarily disable until we get access controls set up right // Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds - await gh.request("POST /repos/orta/make-monaco-builds/dispatches", - { event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }}) + // await gh.request("POST /repos/orta/make-monaco-builds/dispatches", + // { event_type: +process.env.SOURCE_ISSUE, headers: { "Accept": "application/vnd.github.everest-preview+json" }}) } main().catch(async e => {