[PR #3073] [CLOSED] Add issue-dash — self-hosted GitHub Issues dashboard #11350

Closed
opened 2026-04-24 06:07:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/3073
Author: @GiulioSavini
Created: 4/19/2026
Status: Closed

Base: masterHead: add-issue-dash


📝 Commits (1)

  • 4fb4279 Add issue-dash to DevOps Tools

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds issue-dash under DevOps Tools → Other.

A self-hosted, read-only GitHub Issues dashboard written in Python. Groups open issues by urgency/triage/WIP, surfaces CI failures on your PRs, and generates AI bullet-point suggestions via GitHub Models (same token, free for all accounts). Docker-ready, zero dependencies beyond Python + the gh CLI.

REPO=owner/repo python3 dashboard.py --html out.html --suggest

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/3073 **Author:** [@GiulioSavini](https://github.com/GiulioSavini) **Created:** 4/19/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-issue-dash` --- ### 📝 Commits (1) - [`4fb4279`](https://github.com/vinta/awesome-python/commit/4fb42792a90524ff407c1fa63db99a3e6c559b31) Add issue-dash to DevOps Tools ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [issue-dash](https://github.com/GiulioSavini/issue-dash) under **DevOps Tools → Other**. A self-hosted, read-only GitHub Issues dashboard written in Python. Groups open issues by urgency/triage/WIP, surfaces CI failures on your PRs, and generates AI bullet-point suggestions via GitHub Models (same token, free for all accounts). Docker-ready, zero dependencies beyond Python + the `gh` CLI. ```bash REPO=owner/repo python3 dashboard.py --html out.html --suggest ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-24 06:07:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#11350