We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634e0ad commit 72b7a65Copy full SHA for 72b7a65
scripts/post-vsts-artifact-comment.js
@@ -49,7 +49,8 @@ and then running \`npm install\`.
49
});
50
51
// Send a ping to https://github.com/orta/make-monaco-builds#pull-request-builds
52
- await gh.request("POST /repos/orta/make-monaco-builds/dispatches", { event_type: +process.env.SOURCE_ISSUE })
+ 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" }})
54
}
55
56
main().catch(async e => {
0 commit comments