Automatic Issue Routing
Simili Bot intelligently routes issues to the correct repositories based on content and rules.How it works
- Rule Evaluation - Check against explicit routing rules
- LLM Analysis (optional) - Use AI for semantic routing
- Transfer - Move issue to target repository
- Prevent Loops - Avoid routing same issue multiple times
Example
New Issue in org/general:- Rule matches: “Route to auth repository”
- Issue transferred to:
org/authentication
Configuration
Two modes
Rule-based
Pattern matching on labels, title, body, author.- Fast (<100ms)
- Explicit control
- Predictable
LLM-based
AI understands issue semantics and repository descriptions.- Intelligent (<5s)
- Context-aware
- Flexible