This is a fairly simple and extensible kanban power-up for GitHub Projects that automates the triaging of new issues to project boards and to track issue statuses automatically
- Move a project card along the board automatically.
- Triage issues to different project boards automatically.
Read more about it in this blog post.
Install it and run:
git clone [email protected]:pauldariye/kanbanize.git
cp .env.example .env # TODO: Add all env variables here
cd kanbanize && yarn
yarn dev
Visit https://localhost:3000 or https://[NGROK_SUBDOMAIN].ngrok.io
Deploy it to the cloud with now (download)
# configure now deployment
now secrets add owner [your github repository org/user]
now secrets add repository [your github repository name]
now secrets add token [your github access token]
now secrets add webhook_secret [secret configured in the webook]
# deploy
now
MIT
Thanks goes to these wonderful people (emoji key):
Francisco Lourenço 💻 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!