Skip to content

Add agentic workflows for CI scan, runtime failure observer, and Maestro auto-merge#1606

Open
kotlarmilos wants to merge 2 commits into
mainfrom
ai/agentic-workflows
Open

Add agentic workflows for CI scan, runtime failure observer, and Maestro auto-merge#1606
kotlarmilos wants to merge 2 commits into
mainfrom
ai/agentic-workflows

Conversation

@kotlarmilos
Copy link
Copy Markdown
Member

@kotlarmilos kotlarmilos commented Jun 1, 2026

Description

Adds three gh-aw workflows.

ci-scan runs every 6h. Scans the dotnet.xharness AzDO definition (id 72) on dnceng-public, walks failed builds, dedups against a same-run cache and existing issues, and files Known Build Error issues for stable failure signatures. Caps at 3 new issues and 5 comments per run.

runtime-failure-observer runs every 12h. Scans nine dotnet/runtime pipelines that drive xharness (Apple, Android, WASM, NativeAOT outer loop), walks AzDO timelines and Helix work items, filters to the eight xharness exit codes from ExitCode.cs that 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-merge is 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.

…tro auto-merge

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant