/issues

Aybaze Issues is a simple tool to keep our GitHub issues organized

Primary LanguageGoApache License 2.0Apache-2.0

Issues Actions Status

Issues is a simple GitHub App that we use at Aybaze to organize issues across multiple repositories.

Development

Start postgres and import sql/issues.sql.

docker run -e POSTGRES_DB=issues -d -p 5432:5432 postgres
psql -d issues -h localhost -U postgres < sql/issues.sql

Start ngrok http 8000 to tunnel port 8000 to a public endpoint for the development application.