Skip to content

chore: Upgrade gh-aw to v0.71.5#879

Merged
IEvangelist merged 1 commit intomainfrom
dapine/update-gh-aw
May 7, 2026
Merged

chore: Upgrade gh-aw to v0.71.5#879
IEvangelist merged 1 commit intomainfrom
dapine/update-gh-aw

Conversation

@IEvangelist
Copy link
Copy Markdown
Member

Summary

Bumps the gh-aw extension and all associated workflow assets to v0.71.5, the latest release.

This is the standard gh aw upgrade output: it updates the dispatcher agent file, applies codemods to the workflow source, refreshes pinned action SHAs and container image digests, and recompiles the lock file.

What changed

File Change
.github/agents/agentic-workflows.agent.md Updated all gh-aw doc URLs from v0.71.1 to v0.71.5 and added the new CLI Commands Reference routing entry.
.github/aw/actions-lock.json Refreshed action pins (actions/github-script@v9.0.0, github/gh-aw-actions/setup@v0.71.5, github/gh-aw/actions/setup@v0.71.5) and added container image pins for ghcr.io/github/gh-aw-mcpg:v0.3.0 and ghcr.io/github/github-mcp-server:v1.0.2.
.github/workflows/copilot-setup-steps.yml Bumped both the setup-cli action SHA and the version: input to v0.71.5.
.github/workflows/update-integration-data.md Codemod: renamed github-app.app-id to github-app.client-id.
.github/workflows/update-integration-data.lock.yml Regenerated by gh aw compile to match the source.

How it was produced

gh extension upgrade aw      # v0.71.1 -> v0.71.5
gh aw upgrade                # apply codemods, refresh action/container pins, recompile
gh aw compile                # final recompile after a manual version-input alignment
gh aw validate               # 0 errors

Validation

  • gh aw validate reports 0 errors.
  • gh aw status shows the update-integration-data workflow as compiled and active.
  • The single warning is the existing fuzzy-schedule advisory unrelated to this change.

Run `gh aw upgrade` against the latest extension release:

- Update agent dispatcher to reference v0.71.5 prompts and add the
  new CLI Commands Reference section.
- Apply codemod renaming `github-app.app-id` to
  `github-app.client-id` in `update-integration-data.md`.
- Bump pinned action SHAs and refresh `.github/aw/actions-lock.json`
  with new container image pins for gh-aw-mcpg and github-mcp-server.
- Bump `setup-cli` action and `version` input to v0.71.5 in
  `copilot-setup-steps.yml`.
- Recompile `update-integration-data.lock.yml` to match.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@IEvangelist IEvangelist marked this pull request as ready for review May 7, 2026 15:48
Copilot AI review requested due to automatic review settings May 7, 2026 15:48
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

Updates the repository’s GitHub Agentic Workflows (gh-aw) assets to v0.71.5 by applying the standard gh aw upgrade/compile outputs across workflow source, compiled lock, and pinned action/container metadata.

Changes:

  • Bump gh-aw-related action SHAs/versions and regenerate the compiled update-integration-data lock workflow.
  • Apply gh-aw codemods (notably the github-app safe-outputs field rename) and update agent dispatcher documentation/URLs.
  • Refresh action/container pin metadata files used by gh-aw.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
.github/agents/agentic-workflows.agent.md Updates gh-aw doc links to v0.71.5 and adds CLI commands reference routing/notes.
.github/aw/actions-lock.json Refreshes pinned action references and adds container image pins.
.github/workflows/copilot-setup-steps.yml Bumps setup-cli action SHA and version: input to v0.71.5.
.github/workflows/update-integration-data.md Codemod rename in safe-outputs for GitHub App credentials.
.github/workflows/update-integration-data.lock.yml Regenerated compiled workflow with updated pins, scripts, and runtime scaffolding.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +19 to +28
"containers": {
"ghcr.io/github/gh-aw-mcpg:v0.3.0": {
"image": "ghcr.io/github/gh-aw-mcpg:v0.3.0",
"digest": "sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d",
"pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.3.0@sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d"
},
"github/gh-aw/actions/setup@v0.53.4": {
"repo": "github/gh-aw/actions/setup",
"version": "v0.53.4",
"sha": "b2d8af7543ec40f72bb3b8fea5148c2d3ee401c7"
"ghcr.io/github/github-mcp-server:v1.0.2": {
"image": "ghcr.io/github/github-mcp-server:v1.0.2",
"digest": "sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba",
"pinned_image": "ghcr.io/github/github-mcp-server:v1.0.2@sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba"
# - actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
# - actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
# - actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
- **Creating new workflows**: Routes to `create` prompt
- **Updating existing workflows**: Routes to `update` prompt
- **Debugging workflows**: Routes to `debug` prompt
- **Debugging workflows**: Routes to `debug` prompt
- "Design a weekly research automation"

### Update Existing Workflow
### Update Existing Workflow
Comment on lines 71 to 74
- "Improve the prompt for the weekly-research workflow"

### Debug Workflow
### Debug Workflow
**Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors
@IEvangelist IEvangelist merged commit 7c4afd2 into main May 7, 2026
10 checks passed
@IEvangelist IEvangelist deleted the dapine/update-gh-aw branch May 7, 2026 16:46
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.

3 participants