Skip to content

Commit fd808f7

Browse files
lpcoxCopilotCopilot
authored
chore: upgrade agentic workflows from v0.69.3 to v0.71.1 (#2204)
* chore: upgrade agentic workflows from v0.69.3 to v0.71.1 - Run gh aw fix --write to migrate deprecated features: - features.cli-proxy: true → tools.github.mode: gh-proxy - Remove deprecated features.byok-copilot - Remove empty features: blocks left after migration - Update smoke-opencode to use engine object format with model: copilot/gpt-4.1 (now required for opencode engine) - Recompile all 30 workflows with gh aw compile (v0.71.1) - Run postprocess-smoke-workflows.ts for local build transforms Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: pin ghcr.io/github/gh-aw-mcpg:v0.3.0 and github-mcp-server:v1.0.2 digests, add cache action entries Agent-Logs-Url: https://github.com/github/gh-aw-firewall/sessions/8b0bd3d0-5586-4fbe-bad9-0aff0133e5c1 Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
1 parent 57205bc commit fd808f7

62 files changed

Lines changed: 2877 additions & 2570 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/agents/agentic-workflows.agent.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Workflows may optionally include:
3030
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
3131
- Workflow lock files: `.github/workflows/*.lock.yml`
3232
- Shared components: `.github/workflows/shared/*.md`
33-
- Configuration: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/github-agentic-workflows.md
33+
- Configuration: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/github-agentic-workflows.md
3434

3535
## Problems This Solves
3636

@@ -52,7 +52,7 @@ When you interact with this agent, it will:
5252
### Create New Workflow
5353
**Load when**: User wants to create a new workflow from scratch, add automation, or design a workflow that doesn't exist yet
5454

55-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/create-agentic-workflow.md
55+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/create-agentic-workflow.md
5656

5757
**Use cases**:
5858
- "Create a workflow that triages issues"
@@ -62,7 +62,7 @@ When you interact with this agent, it will:
6262
### Update Existing Workflow
6363
**Load when**: User wants to modify, improve, or refactor an existing workflow
6464

65-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/update-agentic-workflow.md
65+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/update-agentic-workflow.md
6666

6767
**Use cases**:
6868
- "Add web-fetch tool to the issue-classifier workflow"
@@ -72,7 +72,7 @@ When you interact with this agent, it will:
7272
### Debug Workflow
7373
**Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors
7474

75-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/debug-agentic-workflow.md
75+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/debug-agentic-workflow.md
7676

7777
**Use cases**:
7878
- "Why is this workflow failing?"
@@ -82,7 +82,7 @@ When you interact with this agent, it will:
8282
### Upgrade Agentic Workflows
8383
**Load when**: User wants to upgrade workflows to a new gh-aw version or fix deprecations
8484

85-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/upgrade-agentic-workflows.md
85+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/upgrade-agentic-workflows.md
8686

8787
**Use cases**:
8888
- "Upgrade all workflows to the latest version"
@@ -92,7 +92,7 @@ When you interact with this agent, it will:
9292
### Create a Report-Generating Workflow
9393
**Load when**: The workflow being created or updated produces reports — recurring status updates, audit summaries, analyses, or any structured output posted as a GitHub issue, discussion, or comment
9494

95-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/report.md
95+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/report.md
9696

9797
**Use cases**:
9898
- "Create a weekly CI health report"
@@ -102,7 +102,7 @@ When you interact with this agent, it will:
102102
### Create Shared Agentic Workflow
103103
**Load when**: User wants to create a reusable workflow component or wrap an MCP server
104104

105-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/create-shared-agentic-workflow.md
105+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/create-shared-agentic-workflow.md
106106

107107
**Use cases**:
108108
- "Create a shared component for Notion integration"
@@ -112,7 +112,7 @@ When you interact with this agent, it will:
112112
### Fix Dependabot PRs
113113
**Load when**: User needs to close or fix open Dependabot PRs that update dependencies in generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`)
114114

115-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/dependabot.md
115+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/dependabot.md
116116

117117
**Use cases**:
118118
- "Fix the open Dependabot PRs for npm dependencies"
@@ -122,7 +122,7 @@ When you interact with this agent, it will:
122122
### Analyze Test Coverage
123123
**Load when**: The workflow reads, analyzes, or reports test coverage — whether triggered by a PR, a schedule, or a slash command. Always consult this prompt before designing the coverage data strategy.
124124

125-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/test-coverage.md
125+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/test-coverage.md
126126

127127
**Use cases**:
128128
- "Create a workflow that comments coverage on PRs"
@@ -169,10 +169,10 @@ gh aw compile --validate
169169

170170
## Important Notes
171171

172-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/github-agentic-workflows.md for complete documentation
172+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/github-agentic-workflows.md for complete documentation
173173
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
174174
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
175175
- **Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
176176
- Follow security best practices: minimal permissions, explicit network access, no template injection
177-
- **Network configuration**: Use ecosystem identifiers (`node`, `python`, `go`, etc.) or explicit FQDNs in `network.allowed`. Bare shorthands like `npm` or `pypi` are **not** valid. See https://github.com/github/gh-aw/blob/v0.69.3/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
177+
- **Network configuration**: Use ecosystem identifiers (`node`, `python`, `go`, etc.) or explicit FQDNs in `network.allowed`. Bare shorthands like `npm` or `pypi` are **not** valid. See https://github.com/github/gh-aw/blob/v0.71.1/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
178178
- **Single-file output**: When creating a workflow, produce exactly **one** workflow `.md` file. Do not create separate documentation files (architecture docs, runbooks, usage guides, etc.). If documentation is needed, add a brief `## Usage` section inside the workflow file itself.

.github/aw/actions-lock.json

Lines changed: 35 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"entries": {
3+
"actions/cache/restore@v5.0.5": {
4+
"repo": "actions/cache/restore",
5+
"version": "v5.0.5",
6+
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
7+
},
8+
"actions/cache/save@v5.0.5": {
9+
"repo": "actions/cache/save",
10+
"version": "v5.0.5",
11+
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
12+
},
13+
"actions/cache@v5.0.5": {
14+
"repo": "actions/cache",
15+
"version": "v5.0.5",
16+
"sha": "27d5ce7f107fe9357f9df03efb73ab90386fccae"
17+
},
318
"actions/checkout@v6.0.2": {
419
"repo": "actions/checkout",
520
"version": "v6.0.2",
@@ -40,6 +55,16 @@
4055
"version": "v4.0.0",
4156
"sha": "4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd"
4257
},
58+
"github/gh-aw-actions/setup-cli@v0.71.1": {
59+
"repo": "github/gh-aw-actions/setup-cli",
60+
"version": "v0.71.1",
61+
"sha": "239aec45b78c8799417efdd5bc6d8cc036629ec1"
62+
},
63+
"github/gh-aw-actions/setup@v0.71.1": {
64+
"repo": "github/gh-aw-actions/setup",
65+
"version": "v0.71.1",
66+
"sha": "239aec45b78c8799417efdd5bc6d8cc036629ec1"
67+
},
4368
"github/gh-aw/actions/setup@v0.69.3": {
4469
"repo": "github/gh-aw/actions/setup",
4570
"version": "v0.69.3",
@@ -49,16 +74,6 @@
4974
"repo": "softprops/action-gh-release",
5075
"version": "v3.0.0",
5176
"sha": "b4309332981a82ec1c5618f44dd2e27cc8bfbfda"
52-
},
53-
"github/gh-aw-actions/setup@v0.69.3": {
54-
"repo": "github/gh-aw-actions/setup",
55-
"version": "v0.69.3",
56-
"sha": "006ffd856b868b71df342dbe0ba082a963249b31"
57-
},
58-
"github/gh-aw-actions/setup-cli@v0.69.3": {
59-
"repo": "github/gh-aw-actions/setup-cli",
60-
"version": "v0.69.3",
61-
"sha": "006ffd856b868b71df342dbe0ba082a963249b31"
6277
}
6378
},
6479
"containers": {
@@ -197,6 +212,11 @@
197212
"digest": "sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97",
198213
"pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.2.29@sha256:b73696487a56dcecd2049b00df37ce77f6f6d6c410c65dac6d8e577254bbac97"
199214
},
215+
"ghcr.io/github/gh-aw-mcpg:v0.3.0": {
216+
"image": "ghcr.io/github/gh-aw-mcpg:v0.3.0",
217+
"digest": "sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d",
218+
"pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.3.0@sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d"
219+
},
200220
"ghcr.io/github/github-mcp-server:v0.32.0": {
201221
"image": "ghcr.io/github/github-mcp-server:v0.32.0",
202222
"digest": "sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28",
@@ -207,6 +227,11 @@
207227
"digest": "sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95",
208228
"pinned_image": "ghcr.io/github/github-mcp-server:v1.0.0@sha256:d2550953f8050bc5a1c8f80d1678766f66f60bbfbcd953fdeaf661fe4269bd95"
209229
},
230+
"ghcr.io/github/github-mcp-server:v1.0.2": {
231+
"image": "ghcr.io/github/github-mcp-server:v1.0.2",
232+
"digest": "sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba",
233+
"pinned_image": "ghcr.io/github/github-mcp-server:v1.0.2@sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba"
234+
},
210235
"mcr.microsoft.com/playwright/mcp": {
211236
"image": "mcr.microsoft.com/playwright/mcp",
212237
"digest": "sha256:7b82f29c6ef83480a97f612d53ac3fd5f30a32df3fea1e06923d4204d3532bb2",

0 commit comments

Comments
 (0)