Upgrade gh aw workflows#4406
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s gh-aw/agentic-workflow tooling to a newer gh-aw compiler/toolchain version to address workflow detection failures (per github/gh-aw#38900), updating the generated lock workflow and related setup/configuration artifacts.
Changes:
- Regenerated
issue-triage.lock.ymlwith gh-awv0.80.9(and corresponding updated action/container pins + new guardrail/usage tracking steps). - Updated the Copilot setup workflow to install gh-aw
v0.80.9. - Added/updated agent/skill routing docs for agentic workflows and refreshed gh-aw reference URLs to
raw.githubusercontent.com/.../main.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/issue-triage.lock.yml | Regenerated compiled workflow with gh-aw v0.80.9 and updated runtime/guardrail plumbing. |
| .github/workflows/copilot-setup-steps.yml | Updates gh-aw setup-cli pin + version to v0.80.9 for Copilot setup. |
| .github/skills/agentic-workflows/SKILL.md | Adds a skill router to direct gh-aw workflow requests to the right upstream prompts/guides. |
| .github/aw/actions-lock.json | Updates pinned gh-aw setup action entry to v0.80.9. |
| .github/agents/agentic-workflows.md | Improves agent frontmatter and updates upstream gh-aw prompt/reference URLs. |
paulmedynski
approved these changes
Jun 25, 2026
paulmedynski
left a comment
Contributor
There was a problem hiding this comment.
The changes to files specific to our repo look fine. Questions about other files that seem to be local copies of things that really live elsewhere.
benrr101
approved these changes
Jun 25, 2026
mdaigle
reviewed
Jun 25, 2026
mdaigle
approved these changes
Jun 25, 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.
Fixes detection failures by upgrading aw tools to latest that contains the fix for this issue: github/gh-aw#38900
Addresses #4400