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