Open
Conversation
Update the analyze-test-run agentic workflow: 1. Update the workflow to run automatically when scheduled runs of "Integration Tests - all" complete. Manual runs are still supported. 2. Update the analyze-test-run SKILL.md to try and avoid creating duplicate issues when the same failure is seen multiple times. Note that actions-lock.json and analyze-test-run.lock.yml are produced by compiling analyze-test-run.md with `gh aw compile analyze-test-run.md`; these are not meant to be manually edited. Documentation on Agentic Workflows can be found at https://github.github.com/gh-aw.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the analyze-test-run agentic workflow to support automatic triggering when scheduled runs of "Integration Tests - all" complete on the main branch, while continuing to support manual workflow_dispatch runs. It also updates the SKILL.md to include deduplication logic that searches for existing open issues before creating new ones, and upgrades the gh-aw compiler and associated tooling versions.
Changes:
- Added
workflow_runtrigger for automatic execution after scheduled "Integration Tests - all" runs complete, with security checks (fork validation, role-based membership check viapre_activationjob) - Updated SKILL.md with issue deduplication instructions: search for existing open issues before creating new ones
- Upgraded gh-aw compiler from v0.53.4 to v0.57.2, Copilot CLI to
latest, github-mcp-server from v0.31.0 to v0.32.0, and various other infrastructure updates in the compiled lock file
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
.github/workflows/analyze-test-run.md |
Added workflow_run trigger, if condition for schedule-only filtering, and fallback expression for run ID |
.github/workflows/analyze-test-run.lock.yml |
Compiled output reflecting new triggers, pre_activation job, version upgrades, concurrency groups, and various infrastructure updates |
.github/skills/analyze-test-run/SKILL.md |
Added step 6 for searching existing open issues before creating duplicates |
.github/aw/actions-lock.json |
New lock file pinning action SHAs for actions/github-script@v8 and github/gh-aw/actions/setup@v0.57.2 |
You can also share your feedback on Copilot code review. Take the survey.
fanyang-mono
previously approved these changes
Mar 10, 2026
Update analyze-test-run.md workflow safe-outputs labels from [bug, test-failure] to [bug, integration-test] to match the analyze-test-run skill and issue template. Bump analyze-test-run SKILL.md version from 1.0.0 to 1.0.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
fanyang-mono
approved these changes
Mar 11, 2026
JasonYeMSFT
approved these changes
Mar 11, 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.
Update the analyze-test-run agentic workflow:
Note that actions-lock.json and analyze-test-run.lock.yml are produced by compiling analyze-test-run.md with
gh aw compile analyze-test-run.md; these are not meant to be manually edited.Documentation on Agentic Workflows can be found at https://github.github.com/gh-aw.