A CLI for triaging PR's
git clone https://github.com/KittyBorgX/triage-cli.git
cd triage-cli
cp example.env .env # Fill out the .env file
pip install -r requirements.txt
python3 src/main.py
All the environment variables that are required to be set are mentioned in example.env.
The values can either be set in the .env
file or can be set as system environment variables.
- GraphQL Github API
- Sorting Pull Requests
- Writing to a backup directory
- Install script
- Zulip Integration
- RIIR
- Setup CI
- Error Messages & Error Handling
- Better CLI
- Generic API (Not specific to rust-lang/rust)
- A better project name
- Modifying GitHub Labels