Skip to content

Commit 5e177a1

Browse files
committed
Update bot commands
1 parent c1e655c commit 5e177a1

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Triggering-TypeScript-Bot.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
If you're a TS maintainer, you can respond to a PR with a comment similar to
22
```
3-
@typescript-bot test this
3+
@typescript-bot [test command]
44
```
55
to trigger a specialized on-demand build on the PR.
66

7+
The following command triggers a set of the more common on-demand tests:
8+
```
9+
@tyepscript-bot test it
10+
```
11+
12+
This will trigger the `test top400`, `user test this`, `run dt`, `perf test this faster` commands.
13+
714
The currently recognized commands are:
815
* [`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).
916
* [`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://
3744
Here is the usual invocation of all the useful bot commands at once:
3845

3946
```ts
40-
@typescript-bot test this
4147
@typescript-bot test top100
4248
@typescript-bot test tsserver top100
4349
@typescript-bot user test this

0 commit comments

Comments
 (0)