Add issue-dash — self-hosted GitHub Issues dashboard#3073
Open
GiulioSavini wants to merge 1 commit intovinta:masterfrom
Open
Add issue-dash — self-hosted GitHub Issues dashboard#3073GiulioSavini wants to merge 1 commit intovinta:masterfrom
GiulioSavini wants to merge 1 commit intovinta:masterfrom
Conversation
|
Subject: New GitHub Pull Request: Introducing Issue-Dash under DevOps ToolsDear Team,I am excited to announce the addition of Issue-Dash under DevOps Tools. Issue-Dash is a self-hosted GitHub Issues dashboard that is written in Python. It organizes open issues based on urgency, triage, and work in progress. Additionally, it highlights CI failures on your pull requests and provides AI-generated bullet-point suggestions using GitHub Models, which are free for all accounts. The tool is Docker-ready and has zero dependencies beyond Python and the gh CLI.To try out Issue-Dash, simply run the following command in your terminal:REPO=owner/repo python3 dashboard.py --html out.html --suggestYou can access, comment on, or merge this pull request online by visiting the link below:https://github.com/vinta/awesome-python/pull/3073Commit Summary:4fb4279 Add issue-dash to DevOps ToolsFile Changes:- README.md (1 change)For more details, you can check out the patch links below:- #3073.patch- #3073.diffFeel free to reply to this email, view the details on GitHub, or unsubscribe from further notifications.Thank you for being a part of this thread.Best regards,Giulio Savini
Yahoo Mail: Search, Organize, Conquer
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
ghCLI.