/ghtaskhub

Primary LanguagePythonMIT LicenseMIT

thomasjpfan's Task Hub

Automate all the tasks!

Install

  1. Install ghtaskhub. (I recommend using pipx)
pip install git+http://github.com/thomasjpfan/taskhub
  1. Place your GitHub token and taskhub repo in your env:
export GITHUB_TOKEN=xxxxx
export TASKHUB_REPO=thomasjpfan/taskhub

Usage

  • Move completed issues and pull requests into done. Note this is run on the CI every hour.
ghtaskhub all sync
  • Move a "Waiting for Response" card to Actionable:
ghtaskhub pytorch/pytorch actionable 44459
  • Move a "Actionable" card to "Waiting for Response"
ghtaskhub pytorch/pytorch response 44459
  • Add task to bucket:
ghtaskhub pytorch/pytorch bucket 44459
  • Create a project with the correct format
ghtaskhub pytorch/pytorch sync

License

This repo is under the MIT License.