Group review-sdk failure issues instead of duplicating - #5137
Merged
Heath Stewart (heaths) merged 2 commits intoAug 27, 2026
Merged
Group review-sdk failure issues instead of duplicating#5137Heath Stewart (heaths) merged 2 commits into
Heath Stewart (heaths) merged 2 commits into
Conversation
|
Azure Pipelines: 4 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Co-authored-by: heaths <1532486+heaths@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Debug workflow failure for SDK PR review
Group review-sdk failure issues instead of duplicating
Aug 26, 2026
Heath Stewart (heaths)
approved these changes
Aug 26, 2026
Heath Stewart (heaths)
marked this pull request as ready for review
August 26, 2026 23:28
Heath Stewart (heaths)
requested review from
a team and
Jeff Fisher (xirzec)
as code owners
August 26, 2026 23:28
|
Azure Pipelines: Successfully started running 1 pipeline(s). 3 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
Warning
- Copilot's review of this pull request may be incomplete because some of the changed files are excluded by your Copilot content exclusion settings. See Excluding content from Copilot for details.
Pull request overview
Groups recurring review-sdk failure reports under one parent issue to reduce duplicate top-level issues.
Changes:
- Enables
safe-outputs.group-reports. - Regenerates the compiled workflow artifact.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/review-sdk.md |
Enables grouped failure reporting. |
.github/workflows/review-sdk.lock.yml |
Regenerated artifact; content excluded from review. |
Review details
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Files excluded by content exclusion policy (1)
- .github/workflows/review-sdk.lock.yml
- Files reviewed: 1/2 changed files
- Comments generated: 0
- Review effort level: Balanced
Heath Stewart (heaths)
enabled auto-merge (squash)
August 26, 2026 23:54
Anton Kolesnyk (antkmsft)
approved these changes
Aug 27, 2026
Heath Stewart (heaths)
deleted the
copilot/simorenoh-cosmos-vector-query-validation
branch
August 27, 2026 00:59
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.
The
Review SDK PRagentic workflow repeatedly failed withEngine Failure: The copilot engine terminated before producing output, each occurrence filing a new duplicate[aw] Review SDK PR failedissue.Root cause
awf-agentcontainer (pinnedgh-aw-firewall:0.27.44image) fails to spawn/usr/local/bin/copilotinside itself:spawn /usr/local/bin/copilot ENOENT.gh-aw/gh-aw-firewallsandbox provisioning pipeline, not a bug in this repo's workflow definition — not something that can be reliably fixed by editingreview-sdk.md.Change
safe-outputs.group-reports: truein.github/workflows/review-sdk.md, the documented gh-aw mitigation for this exact scenario.[aw] Failed runsissue instead of spawning new top-level duplicates, while keeping failures visible.review-sdk.lock.ymlviagh aw compile review-sdk; the diff is limited toGH_AW_GROUP_REPORTSflipping from"false"to"true"plus the expected frontmatter-hash update.If the underlying ENOENT failure keeps recurring, it should be reported upstream to
github/gh-aw, since the actual fix belongs in their sandbox/container provisioning.