Skip to content

Commit 4957663

Browse files
committed
add dedup
1 parent d88ca0e commit 4957663

12 files changed

Lines changed: 181 additions & 183 deletions

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

Lines changed: 10 additions & 10 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.51.0/.github/aw/github-agentic-workflows.md
33+
- Configuration: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/create-agentic-workflow.md
55+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/update-agentic-workflow.md
65+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/debug-agentic-workflow.md
75+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/upgrade-agentic-workflows.md
85+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/report.md
95+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/create-shared-agentic-workflow.md
105+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/dependabot.md
115+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.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.51.0/.github/aw/test-coverage.md
125+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.62.5/.github/aw/test-coverage.md
126126

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

170170
## Important Notes
171171

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

.github/aw/actions-lock.json

Lines changed: 12 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -10,50 +10,35 @@
1010
"version": "v6.0.2",
1111
"sha": "de0fac2e4500dabe0009e67214ff5f5447ce83dd"
1212
},
13-
"actions/download-artifact@v8": {
13+
"actions/download-artifact@v8.0.1": {
1414
"repo": "actions/download-artifact",
15-
"version": "v8",
16-
"sha": "70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3"
15+
"version": "v8.0.1",
16+
"sha": "3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c"
1717
},
1818
"actions/github-script@v8": {
1919
"repo": "actions/github-script",
2020
"version": "v8",
2121
"sha": "ed597411d8f924073f98dfc5c65a23a2325f34cd"
2222
},
23-
"actions/upload-artifact@v7": {
23+
"actions/upload-artifact@v7.0.0": {
2424
"repo": "actions/upload-artifact",
25-
"version": "v7",
25+
"version": "v7.0.0",
2626
"sha": "bbbca2ddaa5d8feaa63e36b76fdaad77386f024f"
2727
},
2828
"github/gh-aw-actions/[email protected]": {
2929
"repo": "github/gh-aw-actions/setup",
3030
"version": "v0.61.1",
3131
"sha": "be0029bbbaeef8c6bea6825f31d9593219b2dc28"
3232
},
33-
"github/gh-aw/actions/[email protected]": {
34-
"repo": "github/gh-aw/actions/setup",
35-
"version": "v0.52.1",
36-
"sha": "a86e657586e4ac5f549a790628971ec02f6a4a8f"
37-
},
38-
"github/gh-aw/actions/[email protected]": {
39-
"repo": "github/gh-aw/actions/setup",
40-
"version": "v0.53.6",
41-
"sha": "956f874e40e831c08a8b01ec76f5d49ae3fe8387"
42-
},
43-
"github/gh-aw/actions/[email protected]": {
44-
"repo": "github/gh-aw/actions/setup",
45-
"version": "v0.55.0",
46-
"sha": "e211c855a20aa6cf9297b411466e1c382a8686db"
47-
},
48-
"github/gh-aw/actions/[email protected]": {
49-
"repo": "github/gh-aw/actions/setup",
50-
"version": "v0.56.2",
51-
"sha": "f1073c5498ee46fec1530555a7c953445417c69b"
33+
"github/gh-aw-actions/[email protected]": {
34+
"repo": "github/gh-aw-actions/setup",
35+
"version": "v0.62.5",
36+
"sha": "dc50be57c94373431b49d3d0927f318ac2bb5c4c"
5237
},
53-
"github/gh-aw/actions/setup@v0.58.3": {
38+
"github/gh-aw/actions/setup@v0.62.5": {
5439
"repo": "github/gh-aw/actions/setup",
55-
"version": "v0.58.3",
56-
"sha": "08a903b1fb2e493a84a57577778fe5dd711f9468"
40+
"version": "v0.62.5",
41+
"sha": "48d8fdfddc8cad854ac0c70ceb573f09fb8f9c9b"
5742
},
5843
"super-linter/[email protected]": {
5944
"repo": "super-linter/super-linter",

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515
- name: Install gh-aw extension
16-
uses: github/gh-aw/actions/setup-cli@v0.51.0
16+
uses: github/gh-aw-actions/setup-cli@dc50be57c94373431b49d3d0927f318ac2bb5c4c # v0.62.5
1717
with:
18-
version: v0.51.0
18+
version: v0.62.5

0 commit comments

Comments
 (0)