[github] Update & recompile agentic workflows.#25608
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the repository’s compiled agentic workflow lock files to bring them back in sync with their corresponding .md sources (fixing the “lock file out of sync” failure reported in #25605) and refreshes the pinned tooling versions produced by gh aw compile.
Changes:
- Recompiled the
code-radiator,macios-reviewer, andci-postmortemworkflow.lock.ymlfiles with a newergh-awcompiler output (schema v4 + updated component versions). - Updated the workflows’ generated runtime scaffolding (artifact paths, restore steps for skills, updated error-detection step naming, etc.) as produced by the recompile.
- Updated
.github/aw/actions-lock.jsonto the newergithub/gh-aw-actions/setup@v0.77.5entry.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/macios-reviewer.lock.yml | Recompiled lock workflow output for the PR reviewer agent (new gh-aw schema/version output). |
| .github/workflows/code-radiator.lock.yml | Recompiled lock workflow output to resolve the stale lock mismatch that prevented Code Radiator from starting. |
| .github/workflows/ci-postmortem.lock.yml | Recompiled lock workflow output for CI postmortem automation (new gh-aw schema/version output). |
| .github/aw/actions-lock.json | Updates the locked github/gh-aw-actions/setup action version/sha used by compilation. |
Member
Author
|
/azp run |
|
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
dalexsoto
approved these changes
Jun 2, 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.
Fixes #25605.