Skip to content

Commit 0aa94a6

Browse files
Copilotpelikhan
andauthored
Upgrade agentic workflows to v0.46.5 (#176)
* Initial plan * chore: upgrade agentic workflows from v0.46.4 to v0.46.5 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 1a01981 commit 0aa94a6

7 files changed

Lines changed: 95 additions & 60 deletions

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Workflows may optionally include:
2727
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
2828
- Workflow lock files: `.github/workflows/*.lock.yml`
2929
- Shared components: `.github/workflows/shared/*.md`
30-
- Configuration: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/github-agentic-workflows.md
30+
- Configuration: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/github-agentic-workflows.md
3131

3232
## Problems This Solves
3333

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

52-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/create-agentic-workflow.md
52+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/create-agentic-workflow.md
5353

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

62-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/update-agentic-workflow.md
62+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/update-agentic-workflow.md
6363

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

72-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/debug-agentic-workflow.md
72+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/debug-agentic-workflow.md
7373

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

82-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/upgrade-agentic-workflows.md
82+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/upgrade-agentic-workflows.md
8383

8484
**Use cases**:
8585
- "Upgrade all workflows to the latest version"
@@ -89,7 +89,7 @@ When you interact with this agent, it will:
8989
### Create Shared Agentic Workflow
9090
**Load when**: User wants to create a reusable workflow component or wrap an MCP server
9191

92-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/create-shared-agentic-workflow.md
92+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/create-shared-agentic-workflow.md
9393

9494
**Use cases**:
9595
- "Create a shared component for Notion integration"
@@ -136,7 +136,7 @@ gh aw compile --validate
136136

137137
## Important Notes
138138

139-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.46.4/.github/aw/github-agentic-workflows.md for complete documentation
139+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.46.5/.github/aw/github-agentic-workflows.md for complete documentation
140140
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
141141
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
142142
- **Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF

.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.46.4
16+
uses: github/gh-aw/actions/setup-cli@v0.46.5
1717
with:
18-
version: v0.46.4
18+
version: v0.46.5

.github/workflows/daily-repo-goals.lock.yml

Lines changed: 17 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-workflow-sync.lock.yml

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/import-workflow.lock.yml

Lines changed: 16 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)