Add agentic workflows for CI scan, runtime failure observer, and Maestro auto-merge#1606
Open
kotlarmilos wants to merge 2 commits into
Open
Add agentic workflows for CI scan, runtime failure observer, and Maestro auto-merge#1606kotlarmilos wants to merge 2 commits into
kotlarmilos wants to merge 2 commits into
Conversation
…tro auto-merge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Jun 1, 2026
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Description
Adds three gh-aw workflows.
ci-scanruns every 6h. Scans thedotnet.xharnessAzDO definition (id 72) ondnceng-public, walks failed builds, dedups against a same-run cache and existing issues, and filesKnown Build Errorissues for stable failure signatures. Caps at 3 new issues and 5 comments per run.runtime-failure-observerruns every 12h. Scans ninedotnet/runtimepipelines that drive xharness (Apple, Android, WASM, NativeAOT outer loop), walks AzDO timelines and Helix work items, filters to the eight xharness exit codes fromExitCode.csthat map to small fixes, and opens a draft PR on xharness with a bounded improvement (improved diagnostic, narrow retry, exit-code propagation) or an issue when the fix exceeds the small-bounds rule. Caps at 2 PRs and 2 issues per run.maestro-auto-mergeis a reviewer plus a finalize companion that auto-merges Maestro dependency PRs after CI passes and the configured wait elapses. Reviewer is gh-aw; finalize is plain Actions.