diff --git a/Triggering-TypeScript-Bot.md b/Triggering-TypeScript-Bot.md index 1b0b260..b7d2f9e 100644 --- a/Triggering-TypeScript-Bot.md +++ b/Triggering-TypeScript-Bot.md @@ -1,9 +1,16 @@ If you're a TS maintainer, you can respond to a PR with a comment similar to ``` -@typescript-bot test this +@typescript-bot [test command] ``` to trigger a specialized on-demand build on the PR. +The following command triggers a set of the more common on-demand tests: +``` +@tyepscript-bot test it +``` + +This will trigger the `test top400`, `user test this`, `run dt`, `perf test this faster` commands. + The currently recognized commands are: * [`run dt`](https://typescript.visualstudio.com/TypeScript/_build?definitionId=23) - The runs the definitely typed linter using the PR TS build sharded across 4 worker containers (this takes around 25 minutes). * [`run dt slower`](https://typescript.visualstudio.com/TypeScript/_build?definitionId=18) - This is the same as the above, but only on a single worker (this takes around 90 minutes). This is useful if the results aren't needed promptly and the build queue is busy. @@ -37,7 +44,6 @@ The source of the webhook running the bot is currently available [here](https:// Here is the usual invocation of all the useful bot commands at once: ```ts -@typescript-bot test this @typescript-bot test top100 @typescript-bot test tsserver top100 @typescript-bot user test this