Feature request for product/service
BugBot
Describe the request
A lot of companies (mine included) are unable to use a monorepo for absolutely everything.
In the cases where we have to split something out, there always ends up being some common issues. Types not matching between languages can be resolved with clever architecture, but some issues like feature drift can’t.
As engineers, it’s super annoying to need to remember a bunch of potential things that could go wrong with a release or to go through a giant checklist.
Correct if I’m wrong, but BugBot was intended to resolve this exact kind of problem. The kind of problem that inevitably has a non-deterministic solution.
Recently, GitHub introduced Agentic Workflows, including Multi-Repository capabilities (see Multi-Repository Examples | GitHub Agentic Workflows ). Likewise, the Claude and Codex bots are capable of just pulling in any other repos their token has access to.
Needing to ping these agents is super annoying. Needing to maintain separate prompts is super annoying. Needing to maintain separate workflows is super annoying.
Could we please get multi-repo support for BugBot? Perhaps we could define a whitelist of repo in one of the bugbot configuration files or at the account level if security is a concern?