Pin the pull request dashboard stable channel to v0.5.0 - #225
Merged
trask merged 5 commits intoAug 6, 2026
Conversation
The staged rollout landed with the stable jobs still calling the local reusable workflow, so both channels ran the code from the triggering commit and a change still reached every configured repository the moment it merged. The first promotion could not be written before a release commit existed. Point every stable job at v0.5.0, in both the `uses:` ref and the matching `code_ref` input, so the pinned scripts match the workflow YAML that invoked them. Canary repositories keep running from the triggering commit. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 13be8112-8ee4-4bc9-b6d0-0ad0a07ad80d
Contributor
There was a problem hiding this comment.
Pull request overview
Pins stable dashboard jobs to the v0.5.0 release while preserving canary behavior and live configuration.
Changes:
- Pins all stable workflow calls and scripts to the matching release SHA.
- Updates rollout and rollback documentation.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.github/workflows/pull-request-dashboard.yml |
Pins stable jobs to v0.5.0. |
pull-request-dashboard/README.md |
Updates rollback guidance. |
.github/scripts/pull-request-dashboard/RATIONALE.md |
Documents the first promotion. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 13be8112-8ee4-4bc9-b6d0-0ad0a07ad80d
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 13be8112-8ee4-4bc9-b6d0-0ad0a07ad80d
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 13be8112-8ee4-4bc9-b6d0-0ad0a07ad80d
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 13be8112-8ee4-4bc9-b6d0-0ad0a07ad80d
Pull request dashboard statusMerged · refreshed 2026-08-06 13:40 UTC Status above doesn't look right?
|
mx-psi
approved these changes
Aug 6, 2026
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.
#214 added the staged rollout but left the stable jobs calling the local reusable workflow, so both channels still ran the code from the triggering commit. The first promotion could not be written before a release commit existed.
Point every stable job at v0.5.0 (
94425809b433630371efafff2067f2c5b19f3fc2), in both theuses:ref and the matchingcode_refinput.v0.5.0 is the current tip of
main, so this is a no-op until the next change merges.