dariye / kanbanize

Triage issues on github project boards.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy to now All Contributors Remix on Glitch

Kanbanize

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

Features

  • Move a project card along the board automatically.
  • Triage issues to different project boards automatically.

Read more about it in this blog post.

Usage

Install it and run:

git clone git@github.com: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

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

Acknowlegement

License

MIT

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Francisco Lourenço
Francisco Lourenço

💻 📖

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Triage issues on github project boards.


Languages

Language:JavaScript 98.8%Language:Shell 1.2%