📝 Changelog
Notable changes to the PR Dashboard, updated daily.
March 24, 2026
- Introduced tiered data refresh, updating priority repositories ~4x daily and others ~daily for improved data freshness.
- Displayed timestamps in Pacific Time (PST/PDT) instead of UTC for better regional relevance.
- Added a full footer to all report pages for enhanced usability and navigation consistency.
March 23, 2026
- Added a "Refresh View" feature to improve data updating on the cross-repo dashboard.
- Updated roles to no longer treat community triagers as maintainers, aligning with correct permission levels.
March 21, 2026
- Added "involves" filter to improve PR triaging by narrowing results based on specific users.
- Introduced "your-turn" highlighting to quickly identify PRs requiring user attention.
- Corrected maintainer text for clarity and consistency in the UI.
March 19, 2026
- Added a "need bonus" functionality to prevent CI from blocking merges on approved pull requests.
- Updated the PR Dashboard link and introduced a new section for the Issue Dashboard.
March 18, 2026
- Optimized per-row refresh with a single API call, added stale score fading effect, and implemented a rate limit footer.
- Fixed incorrect rendering of bot reviewers in the cross-repo report.
March 15, 2026
- Added a bot icon to replace the avatar and name for Copilot reviewer displays.
- Implemented a community badge display for user mentions in the Next Action column.
- Added a "Repo Health" link to the dashboard footer.
- Enhanced cross-repo page with shared CSS/JS for improved consistency and performance.
- Fixed issues with CI scoring when absent and updated tooltips and annotations in the scoring table.
- Improved PR scoring logic by boosting scores for trivial PRs like typo fixes and comment-only changes.
- Fixed column resizing issue by locking the table layout during drag operations.
- Adjusted attention score logic so that silent authors reduce the attention score instead of increasing it.
- Optimized report schedule: reduced runs on weekends and skipped redundant executions.
- Renamed the "Files" column to "Size," added lines changed info, and introduced a mouse icon for clarity.
- Added a workflow status badge to both the README and report footers.
- Documented the security properties of the client-side refresh button.
March 14, 2026
- Introduced a triple-score system (Ready/Need/Action) with an enhanced UI for improved triage clarity.
- Added author response latency as a recommended next step to aid decision-making.
- Implemented empirical weight calibration analysis based on 980 PRs across 11 repositories for data-driven prioritization.
- Added daily changelog with AI-generated commit summaries to enhance project tracking.
- Enabled auto-discovery of maintainers through merge history and prioritized engaged maintainers in selection processes.
- Added CI validation workflow, including testing scripts, to ensure proper PR handling.
March 13, 2026
- Add per-PR refresh button to all report pages
- Fix emoji ordering for compound actions
- Harden MutationObserver, polish styling, hide merged/closed PRs
- Ignore self-approvals: author signing off on own PR is not meaningful
- Improve next_action for conflicts/CI: check feedback before review-needed
- Show review-needed instead of fix-CI when no approvals; fetch requested reviewers
- Use review comment dates for staleness/freshness; reward recent engagement
- Document TimestampIso parameter in ConvertTo-ReportHtml.ps1
March 12, 2026
- Add cross-repo actionable PRs view
- Make pipeline resilient to individual repo failures
- Add test screenshots to gitignore
- Update dashboard link formatting in README
March 10, 2026
- Add area-label badges to PR dashboard reports
- Add dotnet/maui to PR dashboard
- Add feedback badge to reports and index
- Conditionally hide Area column for repos without area labels
- Improve column layout: full titles, wider Next Action, remove Who column
- Read schedule hours from workflow YAML in Regen-Html
- Remove Who column; fold maintainer names into Next Action
- Scope filter JS to main PR table only
- Fetch full titles for all repos and regenerate reports
- Regenerate all reports with new column layout
- Regenerate skills reports with new column layout