Skip to content

Commit b4e257d

Browse files
lpcoxCopilot
andauthored
chore: upgrade and recompile all workflows to gh-aw v0.72.1 (#3061)
Updates: - github/gh-aw/actions/setup v0.71.5 → v0.72.1 - github/gh-aw-actions/setup-cli v0.71.5 → v0.72.1 - github/gh-aw-actions/setup v0.71.5 → v0.72.1 - actions/github-script v8 → v9.0.0 All 36 workflows recompiled and post-processed. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 95af0fa commit b4e257d

37 files changed

Lines changed: 1092 additions & 712 deletions

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Workflows may optionally include:
3131
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
3232
- Workflow lock files: `.github/workflows/*.lock.yml`
3333
- Shared components: `.github/workflows/shared/*.md`
34-
- Configuration: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/github-agentic-workflows.md
34+
- Configuration: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/github-agentic-workflows.md
3535

3636
## Problems This Solves
3737

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

56-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/create-agentic-workflow.md
56+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/create-agentic-workflow.md
5757

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

66-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/update-agentic-workflow.md
66+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/update-agentic-workflow.md
6767

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

76-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/debug-agentic-workflow.md
76+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/debug-agentic-workflow.md
7777

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

86-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/upgrade-agentic-workflows.md
86+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/upgrade-agentic-workflows.md
8787

8888
**Use cases**:
8989
- "Upgrade all workflows to the latest version"
@@ -93,7 +93,7 @@ When you interact with this agent, it will:
9393
### Create a Report-Generating Workflow
9494
**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
9595

96-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/report.md
96+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/report.md
9797

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

106-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/create-shared-agentic-workflow.md
106+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/create-shared-agentic-workflow.md
107107

108108
**Use cases**:
109109
- "Create a shared component for Notion integration"
@@ -113,7 +113,7 @@ When you interact with this agent, it will:
113113
### Fix Dependabot PRs
114114
**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`)
115115

116-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/dependabot.md
116+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/dependabot.md
117117

118118
**Use cases**:
119119
- "Fix the open Dependabot PRs for npm dependencies"
@@ -123,7 +123,7 @@ When you interact with this agent, it will:
123123
### Analyze Test Coverage
124124
**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.
125125

126-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/test-coverage.md
126+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/test-coverage.md
127127

128128
**Use cases**:
129129
- "Create a workflow that comments coverage on PRs"
@@ -133,7 +133,7 @@ When you interact with this agent, it will:
133133
### CLI Commands Reference
134134
**Load when**: The user asks how to run, compile, debug, or manage workflows from the command line; needs the MCP tool equivalent of a `gh aw` command; or is in a restricted environment (e.g., Copilot Cloud) without direct CLI access.
135135

136-
**Reference file**: https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/cli-commands.md
136+
**Reference file**: https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/cli-commands.md
137137

138138
**Use cases**:
139139
- "How do I trigger workflow X on the main branch?"
@@ -185,12 +185,12 @@ gh aw compile --validate
185185

186186
## Important Notes
187187

188-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/github-agentic-workflows.md for complete documentation
188+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/github-agentic-workflows.md for complete documentation
189189
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
190190
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
191191
- **Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
192192
- Follow security best practices: minimal permissions, explicit network access, no template injection
193-
- **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.5/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
193+
- **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.72.1/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
194194
- **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.
195195
- **Triggering runs**: Always use `gh aw run <workflow-name>` to trigger a workflow on demand — not `gh workflow run <file>.lock.yml`. `gh aw run` handles workflow resolution by short name, input parsing and validation, and correct run-tracking for agentic workflows. Use `--ref <branch>` to run on a specific branch.
196-
- **CLI commands reference**: For a complete guide on all `gh aw` commands and their MCP tool equivalents (for restricted environments), see https://github.com/github/gh-aw/blob/v0.71.5/.github/aw/cli-commands.md
196+
- **CLI commands reference**: For a complete guide on all `gh aw` commands and their MCP tool equivalents (for restricted environments), see https://github.com/github/gh-aw/blob/v0.72.1/.github/aw/cli-commands.md

.github/aw/actions-lock.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,20 +55,20 @@
5555
"version": "v4.0.0",
5656
"sha": "4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd"
5757
},
58-
"github/gh-aw-actions/setup-cli@v0.71.5": {
58+
"github/gh-aw-actions/setup-cli@v0.72.1": {
5959
"repo": "github/gh-aw-actions/setup-cli",
60-
"version": "v0.71.5",
61-
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
60+
"version": "v0.72.1",
61+
"sha": "bc56a0cad2f450c562810785ef38649c04db812a"
6262
},
63-
"github/gh-aw-actions/setup@v0.71.5": {
63+
"github/gh-aw-actions/setup@v0.72.1": {
6464
"repo": "github/gh-aw-actions/setup",
65-
"version": "v0.71.5",
66-
"sha": "b8068426813005612b960b5ab0b8bd2c27142323"
65+
"version": "v0.72.1",
66+
"sha": "bc56a0cad2f450c562810785ef38649c04db812a"
6767
},
68-
"github/gh-aw/actions/setup@v0.71.5": {
68+
"github/gh-aw/actions/setup@v0.72.1": {
6969
"repo": "github/gh-aw/actions/setup",
70-
"version": "v0.71.5",
71-
"sha": "19ac811a4a85389c33b15128e1d7b7d4507f814a"
70+
"version": "v0.72.1",
71+
"sha": "489dbab88cc78e35506b5ccbf08a4037166824ac"
7272
},
7373
"softprops/action-gh-release@v3.0.0": {
7474
"repo": "softprops/action-gh-release",

0 commit comments

Comments
 (0)