Skip to content

Commit aeecf69

Browse files
tadeleshtadelesh
andauthored
upgrade agentic workflow version (#4245)
Co-authored-by: tadelesh <chenjieshi@microsoft.com>
1 parent fca1dc9 commit aeecf69

5 files changed

Lines changed: 462 additions & 441 deletions

File tree

.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.64.3/.github/aw/github-agentic-workflows.md
33+
- Configuration: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/github-agentic-workflows.md
3434

3535
## Problems This Solves
3636

@@ -53,7 +53,7 @@ When you interact with this agent, it will:
5353

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.64.3/.github/aw/create-agentic-workflow.md
56+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/create-agentic-workflow.md
5757

5858
**Use cases**:
5959

@@ -65,7 +65,7 @@ When you interact with this agent, it will:
6565

6666
**Load when**: User wants to modify, improve, or refactor an existing workflow
6767

68-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/update-agentic-workflow.md
68+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/update-agentic-workflow.md
6969

7070
**Use cases**:
7171

@@ -77,7 +77,7 @@ When you interact with this agent, it will:
7777

7878
**Load when**: User needs to investigate, audit, debug, or understand a workflow, troubleshoot issues, analyze logs, or fix errors
7979

80-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/debug-agentic-workflow.md
80+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/debug-agentic-workflow.md
8181

8282
**Use cases**:
8383

@@ -89,7 +89,7 @@ When you interact with this agent, it will:
8989

9090
**Load when**: User wants to upgrade workflows to a new gh-aw version or fix deprecations
9191

92-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/upgrade-agentic-workflows.md
92+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/upgrade-agentic-workflows.md
9393

9494
**Use cases**:
9595

@@ -101,7 +101,7 @@ When you interact with this agent, it will:
101101

102102
**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
103103

104-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/report.md
104+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/report.md
105105

106106
**Use cases**:
107107

@@ -113,7 +113,7 @@ When you interact with this agent, it will:
113113

114114
**Load when**: User wants to create a reusable workflow component or wrap an MCP server
115115

116-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/create-shared-agentic-workflow.md
116+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/create-shared-agentic-workflow.md
117117

118118
**Use cases**:
119119

@@ -125,7 +125,7 @@ When you interact with this agent, it will:
125125

126126
**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`)
127127

128-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/dependabot.md
128+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/dependabot.md
129129

130130
**Use cases**:
131131

@@ -137,7 +137,7 @@ When you interact with this agent, it will:
137137

138138
**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.
139139

140-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/test-coverage.md
140+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.68.1/.github/aw/test-coverage.md
141141

142142
**Use cases**:
143143

@@ -185,10 +185,10 @@ gh aw compile --validate
185185

186186
## Important Notes
187187

188-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.64.3/.github/aw/github-agentic-workflows.md for complete documentation
188+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.68.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.64.3/.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.68.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.

.github/aw/actions-lock.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"version": "v8",
1111
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
1212
},
13-
"github/gh-aw-actions/setup@v0.64.3": {
14-
"repo": "github/gh-aw-actions/setup",
15-
"version": "v0.64.3",
16-
"sha": "84dc9c12e0d955a200911a3a07c3f5dd96a175d7"
13+
"actions/github-script@v9": {
14+
"repo": "actions/github-script",
15+
"version": "v9",
16+
"sha": "373c709c69115d41ff229c7e5df9f8788daa9553"
1717
},
18-
"github/gh-aw-actions/setup@v0.67.1": {
18+
"github/gh-aw-actions/setup@v0.68.1": {
1919
"repo": "github/gh-aw-actions/setup",
20-
"version": "v0.67.1",
21-
"sha": "80471a493be8c528dd27daf73cd644242a7965e0"
20+
"version": "v0.68.1",
21+
"sha": "2fe53acc038ba01c3bbdc767d4b25df31ca5bdfc"
2222
},
2323
"pnpm/action-setup@v4": {
2424
"repo": "pnpm/action-setup",

0 commit comments

Comments
 (0)