mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Use MS repo for making monaco builds (#39316)
This commit is contained in:
@@ -47,8 +47,8 @@ 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" }});
|
||||
// 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" }});
|
||||
}
|
||||
|
||||
main().catch(async e => {
|
||||
|
||||
Reference in New Issue
Block a user