fix(issues): group bot issues#260
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #260 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 6 6
Lines 955 1017 +62
=========================================
+ Hits 955 1017 +62
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
d953817 to
4a501fe
Compare
Collect open issues (excluding PRs), detect bot-authored issues, and surface counts in build output and the dashboard. - src/updater.py: add _collect_open_issues and helper to detect PRs, persist per-repo issues JSON. - src/helpers.py: add is_bot_issue_author and a list of known bot logins. - src/builder.py: read cached issues, compute total, bot and other issue counts, and include issues_bot/issues_other in repo entries. - gh-pages-template/assets/js/dashboard.js: add issueCounts and renderIssuesBarChart to show stacked Bot vs Other issues (log-scaled) and wire it into dashboard load/export. - Tests: update/add unit and integration tests to cover issue reading, bot classification, updater behavior, and dashboard rendering. This enables distinguishing bot-opened issues from others and displays them in a dedicated stacked issues chart.
4a501fe to
4286631
Compare
|
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.



Description
Collect open issues (excluding PRs), detect bot-authored issues, and surface counts in build output and the dashboard.
This enables distinguishing bot-opened issues from others and displays them in a dedicated stacked issues chart.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage