This is a list of the services that post as typescript-bot.
- GitHub Actions - close issues
- GitHub Actions - PR replies for modified files
- https://github.com/microsoft/typescript-bot-test-triggerer -- runs on the Azure Function typescriptbot-github, see [[Triggering TypeScript Bot]] -- responds to "test this" messages from team members.
- https://github.com/microsoft/Typescript-repos-automation -- runs on the Azure Function TypeScriptReposAutomation -- more simple reactions to labels.
- https://github.com/microsoft/TypeScript-Twoslash-Repro-Action -- run
tsrepro
and bisects: https://github.com/microsoft/TypeScript/blob/main/.github/workflows/twoslash-repros.yaml - https://github.com/microsoft/typescript-error-deltas -- produces PR comments showing new errors caused by PRs
- https://github.com/microsoft/typescript-benchmarking -- produces PR comments showing benchmark results
- https://github.com/DefinitelyTyped/dt-mergebot -- runs on the Azure Function DTMergebot -- posts status comments, adds labels, maintains board, merges PRs.
- https://github.com/microsoft/DefinitelyTyped-tools -- runs the publisher on GitHub Actions
- DangerBotOSS -- suggests missed exports (posts as DangerBotOSS, not typescript-bot)