10000 GitHub - anden3/triage-cli: A CLI for triaging PR's
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anden3/triage-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

triage-cli

A CLI for triaging PR's

Build instructions

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

Environment variables

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.

Roadmap

  • 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