Skip to content

ci: Update gh aw#360

Merged
askpt merged 1 commit into
mainfrom
askpt/bump-aw
Jun 6, 2026
Merged

ci: Update gh aw#360
askpt merged 1 commit into
mainfrom
askpt/bump-aw

Conversation

@askpt
Copy link
Copy Markdown
Owner

@askpt askpt commented Jun 6, 2026

No description provided.

Copilot AI review requested due to automatic review settings June 6, 2026 14:39
@askpt askpt merged commit a5e56b7 into main Jun 6, 2026
14 checks passed
@askpt askpt deleted the askpt/bump-aw branch June 6, 2026 14:40
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml workflows 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.yml is being deleted, but this repo still uses safe-outputs.*.expires (e.g. .github/workflows/ci-coach.md has safe-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 with gh aw compile (or gh aw compile --validate) and commit the regenerated agentics-maintenance.yml if expires is still used (or remove expires everywhere 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 has actions-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/*.md reference set into this repo).
    .github/agents/agentic-workflows.md:61
  • The "Prompt file" paths under ## Available Prompts are written as local .github/aw/*.md files, 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.md as 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.md and cli-commands.md references 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 thread .github/mcp.json
Comment on lines +1 to +11
{
"mcpServers": {
"github-agentic-workflows": {
"command": "gh",
"args": [
"aw",
"mcp-server"
]
}
}
} No newline at end of file
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.

2 participants