Remove PR dashboard workflow#8537
Conversation
There was a problem hiding this comment.
Pull request overview
Removes the repository-local PR review dashboard automation now that the dashboard generation and scheduled updates have been moved to the shared-workflows repository, eliminating redundant scheduled runs and local maintenance.
Changes:
- Deleted the scheduled GitHub Actions workflow that generated/updated the PR dashboard issue.
- Deleted the Python generator script previously invoked by that workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/pr-review-dashboard.yml |
Removes the scheduled/dispatch workflow that generated and published the dashboard issue. |
.github/scripts/pull-request-dashboard.py |
Removes the local dashboard generator implementation that is no longer used by this repo. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8537 +/- ##
=========================================
Coverage 90.93% 90.93%
Complexity 10209 10209
=========================================
Files 1013 1013
Lines 27175 27175
Branches 3184 3184
=========================================
Hits 24712 24712
Misses 1735 1735
Partials 728 728 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
Will wait to merge until I see the replacement dashboard show up |
|
it's writing to the dashboard issue now: #8439 |
Replaced by open-telemetry/shared-workflows#13