This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Description
In microsoft/TypeScript#44030 one of the big issues with DT is that it's hard to have ecosystem level discussions around DT because the issues generate so much noise. We've migrated the requests for new @types or @types amendments to live inside discussions which comes with a few advantages.
The discussions however fall prey to the same problem that issues had, mainly that they are hard to stay on top of and most of the time they get no replies. We're looking at making the same bot which handles the DT workflow also handle augmenting the experience of keeping on top of the DT discussions.
Feature Plan
- Add support for having the bot @ DT module owners when people make discussions about their modules
- Have a way to ping into the Discord for requests for new DT modules (to somewhat gamify the process)
- Use discussion labels to support following a particular module
WIP PR which adds the bot and sets up most of the above infra: #412