Skip to main content

INSTALLATION: SETTING UP THE TRIAGE PIPELINE

Setting up the pipeline is currently an undocumented "adventure." We've been too busy shipping features to write the manual.

1. The Mental Model

The setup isn't just about pip install. It's about mapping the right environment sinks to the triage logic.

Current State: Hand-rolled scripts and undocumented variables. ✅ Target State: A seamless, Docker-ready setup process.

2. What We're Mapping

We need your help to define the following sinks and sources:

  • Environment Sinks: How do we safely handle GITHUB_TOKEN and the Groq API key?
  • Local Development: What's the fastest way to run scripts/triage.py on a local machine?
  • Containerization: Can we map this into a Kubernetes or Docker-ready deployment?

If you've successfully popped the triage bot into your repo and have a handle on the environment mapping, ship a PR ⚡.

Check our GitHub Issues to join the sprint.