Automate all the tasks!
- Install ghtaskhub. (I recommend using pipx)
pip install git+http://github.com/thomasjpfan/taskhub
- Place your GitHub token and taskhub repo in your env:
export GITHUB_TOKEN=xxxxx
export TASKHUB_REPO=thomasjpfan/taskhub
- 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
This repo is under the MIT License.