Regenerate Expert Code Review workflow lock - #14870
Conversation
|
Hello @copilot, I noticed that you’re changing an .swr file or any file under src/Package/MSBuild.VSSetup.. Please make sure to validate this change by an experimental VS insertion. This is accomplished by pushing to an exp/* branch, which requires write permissions to this repo. |
Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>
|
@copilot flaky test workflows also are outdated, recompile |
Co-authored-by: JanProvaznik <25267098+JanProvaznik@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR regenerates GitHub Agentic Workflows compiled lock files to resolve a stale-lock mismatch that prevented the “Expert Code Review (on open)” workflow from starting, and updates the pinned SHAs/hashes embedded in the generated outputs.
Changes:
- Regenerated
review-on-open.agent.lock.ymlmetadata/hashes (frontmatter/body hash) to bring it back in sync with its source workflow. - Updated pinned action SHAs in the affected lock files (notably
actions/checkoutandgithub/gh-aw-actions/setup). - Regenerated additional agent workflow lock files (
flaky-test-*) as part of the sync.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/review-on-open.agent.lock.yml | Regenerated lock metadata/hashes and updated pinned action SHAs for the expert review workflow. |
| .github/workflows/flaky-test-fixer.agent.lock.yml | Regenerated lock content and updated pinned action SHAs for the flaky test auto-fixer workflow. |
| .github/workflows/flaky-test-detector.agent.lock.yml | Regenerated lock content and updated pinned action SHAs for the flaky test detector workflow. |
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
…14938) The ignore rule for `github/gh-aw-actions` stopped matching: Dependabot began treating sub-path actions as separate dependencies. Since then four Dependabot bumps have slipped through and broken the agentic workflows. #14842, #14870 and #14935 were the repairs. These pins are generated by `gh aw compile` and must not be bumped on their own. ### Changes Made - Use the wildcard form documented by gh-aw, which also matches `/setup` and `/setup-cli`. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Context
The Expert Code Review workflow could not start because its generated lock file was stale.
Changes Made
review-on-open.agent.md.Testing
Notes