ci: Update gh aw#360
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s GitHub Agentic Workflows (gh-aw) integration and related workflow lock files, primarily tightening container image pinning (digest-pinned images) and aligning setup tooling to gh-aw v0.77.5.
Changes:
- Pin gh-aw workflow container images by digest in multiple
*.lock.ymlworkflows and update download steps accordingly. - Update Copilot cloud setup to install gh-aw v0.77.5.
- Add agentic-workflows routing/docs/config (
.github/skills/*,.github/mcp.json,.github/agents/*) and update the gh-aw actions/container lock file.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/repo-assist.lock.yml | Updates pinned container images (tag@digest) and download list. |
| .github/workflows/issue-triage.lock.yml | Updates pinned container images (tag@digest) and download list. |
| .github/workflows/ci-coach.lock.yml | Updates pinned container images (tag@digest) and download list. |
| .github/workflows/copilot-setup-steps.yml | Updates gh-aw CLI setup action + version to v0.77.5. |
| .github/workflows/agentics-maintenance.yml | Removes the generated maintenance workflow. |
| .github/skills/agentic-workflows/SKILL.md | Adds a dispatcher skill doc for routing gh-aw workflow tasks. |
| .github/mcp.json | Adds MCP server configuration for gh-aw MCP server. |
| .github/aw/actions-lock.json | Updates the gh-aw action/container lock configuration. |
| .github/agents/agentic-workflows.md | Updates agent dispatcher documentation and references. |
Comments suppressed due to low confidence (5)
.github/workflows/agentics-maintenance.yml:1
.github/workflows/agentics-maintenance.ymlis being deleted, but this repo still usessafe-outputs.*.expires(e.g..github/workflows/ci-coach.mdhassafe-outputs.create-pull-request.expires: 2d). In gh-aw, the maintenance workflow is generated/required to handle expiry-based maintenance; removing it will stop those periodic cleanups. Please regenerate workflows withgh aw compile(orgh aw compile --validate) and commit the regeneratedagentics-maintenance.ymlifexpiresis still used (or removeexpireseverywhere if the feature is no longer desired).
.github/agents/agentic-workflows.md:38- This file now points to
.github/aw/github-agentic-workflows.md, but this repository's.github/aw/directory does not contain that reference doc (it only hasactions-lock.json). As written, the agent instructions will send readers to a non-existent local file. Please point to the canonical gh-aw reference (or vendor the.github/aw/*.mdreference set into this repo).
.github/agents/agentic-workflows.md:61 - The "Prompt file" paths under
## Available Promptsare written as local.github/aw/*.mdfiles, but those prompt files are not present in this repository. This will break the dispatcher behavior (it can't load the referenced prompts). Please either (1) update these to the canonical gh-aw repo URLs (pinned to the same gh-aw version you install), or (2) add the prompt files to this repo under.github/aw/.
.github/agents/agentic-workflows.md:217 - These notes reference
.github/aw/github-agentic-workflows.mdas if it exists in this repository, but.github/aw/does not include that file. Linking to a non-existent local path makes the agent instructions unusable; please link to the canonical gh-aw reference (ideally pinned to the same gh-aw version used elsewhere in this repo).
.github/agents/agentic-workflows.md:224 - The
network.mdandcli-commands.mdreferences are currently written as local.github/aw/...paths, but those reference files are not present in this repo. Please update these to point at the gh-aw reference docs (or vendor the docs into this repository).
Comment on lines
+1
to
+11
| { | ||
| "mcpServers": { | ||
| "github-agentic-workflows": { | ||
| "command": "gh", | ||
| "args": [ | ||
| "aw", | ||
| "mcp-server" | ||
| ] | ||
| } | ||
| } | ||
| } No newline at end of file |
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.
No description provided.