Add live PR dashboard status comments#77
Draft
trask wants to merge 12 commits into
Draft
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds live, dashboard-managed PR status comments after repository state is initialized.
Changes:
- Renders next-action status and unresolved discussion links.
- Upserts comments while migrating legacy guidance.
- Updates workflows, webhook inputs, permissions, documentation, and tests.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
pull-request-dashboard/README.md |
Documents live status comments. |
.github/workflows/pull-request-dashboard.yml |
Adds state-based bootstrap checks. |
.github/workflows/pull-request-dashboard-repo.yml |
Runs status-comment updates. |
.github/scripts/pull-request-dashboard/WEBHOOK_SETUP.md |
Updates permissions and webhook contract. |
.github/scripts/pull-request-dashboard/test_pr_status_comment.py |
Tests rendering and upserts. |
.github/scripts/pull-request-dashboard/RATIONALE.md |
Updates concurrency rationale. |
.github/scripts/pull-request-dashboard/pr_status_comment.py |
Implements status-comment management. |
.github/scripts/pull-request-dashboard/netlify/functions/github-webhook.js |
Removes review-ID dispatching. |
.github/scripts/pull-request-dashboard/github_cli.py |
Fetches review-comment URLs. |
.github/scripts/pull-request-dashboard/dashboard.py |
Stores author-action discussion links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Replace the one-time review guidance with a dashboard-managed status comment that is created or updated after dashboard state is bootstrapped. The comment identifies the next action and wait reason, links unresolved author-action discussions when available, supports draft PRs, and migrates legacy guidance comments in place.
Fixes #25