Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@
"version": "v9.0.0",
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
},
"actions/setup-dotnet@v5.4.0": {
"actions/setup-dotnet@v6.0.0": {
"repo": "actions/setup-dotnet",
"version": "v5.4.0",
"sha": "26b0ec14cb23fa6904739307f278c14f94c95bf1"
"version": "v6.0.0",
"sha": "a98b56852c35b8e3190ac28c8c2271da59106c68"
},
"actions/setup-go@v6.5.0": {
"actions/setup-go@v7.0.0": {
"repo": "actions/setup-go",
"version": "v6.5.0",
"sha": "924ae3a1cded613372ab5595356fb5720e22ba16"
"version": "v7.0.0",
"sha": "b7ad1dad31e06c5925ef5d2fc7ad053ef454303e"
},
"actions/setup-java@v5.5.0": {
"repo": "actions/setup-java",
"version": "v5.5.0",
"sha": "0f481fcb613427c0f801b606911222b5b6f3083a"
},
"actions/setup-node@v6.4.0": {
"actions/setup-node@v7.0.0": {
"repo": "actions/setup-node",
"version": "v6.4.0",
"sha": "48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e"
"version": "v7.0.0",
"sha": "820762786026740c76f36085b0efc47a31fe5020"
},
"actions/setup-python@v6.3.0": {
"repo": "actions/setup-python",
Expand Down Expand Up @@ -110,15 +110,15 @@
"version": "v4.37.0",
"sha": "99df26d4f13ea111d4ec1a7dddef6063f76b97e9"
},
"github/gh-aw-actions/setup-cli@v0.82.7": {
"github/gh-aw-actions/setup-cli@v0.82.10": {
"repo": "github/gh-aw-actions/setup-cli",
"version": "v0.82.7",
"sha": "bf7ba42ce6443bf79fa184c9c6a35de202690bfc"
"version": "v0.82.10",
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
Comment on lines +113 to +116
},
"github/gh-aw-actions/setup@v0.82.7": {
"github/gh-aw-actions/setup@v0.82.10": {
"repo": "github/gh-aw-actions/setup",
"version": "v0.82.7",
"sha": "bf7ba42ce6443bf79fa184c9c6a35de202690bfc"
"version": "v0.82.10",
"sha": "05205436a78512d71a2d842e46586ed05f4fa058"
},
"haskell-actions/setup@v2.11.0": {
"repo": "haskell-actions/setup",
Expand All @@ -130,10 +130,10 @@
"version": "v2.2.0",
"sha": "0c5077e51419868618aeaa5fe8019c62421857d6"
},
"ruby/setup-ruby@v1.316.0": {
"ruby/setup-ruby@v1.319.0": {
"repo": "ruby/setup-ruby",
"version": "v1.316.0",
"sha": "d45b1a4e94b71acab930e56e79c6aa188764e7f9"
"version": "v1.319.0",
"sha": "003a5c4d8d6321bd302e38f6f0ec593f77f06600"
}
},
"containers": {
Expand Down
8 changes: 6 additions & 2 deletions .github/skills/agentic-workflows/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Load these files from `github/gh-aw` (they are not available locally).
- `.github/aw/charts-trending.md`
- `.github/aw/charts.md`
- `.github/aw/cli-commands.md`
- `.github/aw/configure-agentic-engine.md`
- `.github/aw/context.md`
- `.github/aw/create-agentic-workflow-trigger-details.md`
- `.github/aw/create-agentic-workflow.md`
Expand All @@ -30,6 +31,7 @@ Load these files from `github/gh-aw` (they are not available locally).
- `.github/aw/dependabot.md`
- `.github/aw/deployment-status.md`
- `.github/aw/designer.md`
- `.github/aw/evals.md`
- `.github/aw/experiments.md`
- `.github/aw/github-agentic-workflows.md`
- `.github/aw/github-mcp-server.md`
Expand All @@ -41,6 +43,7 @@ Load these files from `github/gh-aw` (they are not available locally).
- `.github/aw/memory-stateful-patterns.md`
- `.github/aw/memory.md`
- `.github/aw/messages.md`
- `.github/aw/multi-agent-research.md`
- `.github/aw/network.md`
- `.github/aw/optimize-agentic-workflow.md`
- `.github/aw/patterns.md`
Expand Down Expand Up @@ -71,10 +74,10 @@ Load these files from `github/gh-aw` (they are not available locally).
- `.github/aw/workflow-editing.md`
- `.github/aw/workflow-patterns.md`

- `.github/skills/agentic-workflow-designer/SKILL.md`
After loading the matching workflow prompt or skill, follow it directly:
- Design workflows from scratch via interview: `skills/agentic-workflow-designer/SKILL.md`
- Design workflows from scratch via interview: `.github/aw/designer.md`
- Create new workflows: `.github/aw/create-agentic-workflow.md`
- Configure or add declarative engines: `.github/aw/configure-agentic-engine.md`
- Update existing workflows: `.github/aw/update-agentic-workflow.md`
- Debug, audit, or investigate workflows: `.github/aw/debug-agentic-workflow.md`
- Upgrade workflows and fix deprecations: `.github/aw/upgrade-agentic-workflows.md`
Expand All @@ -86,5 +89,6 @@ After loading the matching workflow prompt or skill, follow it directly:
- Map CLI commands to MCP usage: `.github/aw/cli-commands.md`
- Choose workflow architecture and patterns: `.github/aw/patterns.md`
- Optimize token usage and cost: `.github/aw/token-optimization.md`
- Design long-running multi-agent research workflows: `.github/aw/multi-agent-research.md`

When the task involves OTEL, OTLP, traces, observability backends, or telemetry-driven analysis, also read and follow `skills/otel-queries/SKILL.md` after loading the matching workflow prompt or skill.
46 changes: 23 additions & 23 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.7). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
# This file was automatically generated by pkg/workflow/maintenance_workflow.go (v0.82.10). DO NOT EDIT. To debug this workflow, load the skill at https://github.com/github/gh-aw/blob/main/debug.md
#
# ___ _ _
# / _ \ | | (_)
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
discussions: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -113,7 +113,7 @@ jobs:
issues: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -132,7 +132,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -152,7 +152,7 @@ jobs:
actions: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -196,9 +196,9 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
version: v0.82.7
version: v0.82.10

- name: Run operation
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
pull-requests: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -275,7 +275,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -336,9 +336,9 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
version: v0.82.7
version: v0.82.10

- name: Create missing labels
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Expand Down Expand Up @@ -367,7 +367,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -382,9 +382,9 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
version: v0.82.7
version: v0.82.10

- name: Restore activity report logs cache
id: activity_report_logs_cache
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -487,9 +487,9 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
version: v0.82.7
version: v0.82.10

- name: Restore forecast report logs cache
id: forecast_report_logs_cache
Expand Down Expand Up @@ -564,7 +564,7 @@ jobs:
issues: write
steps:
- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand Down Expand Up @@ -601,7 +601,7 @@ jobs:
persist-credentials: false

- name: Setup Scripts
uses: github/gh-aw-actions/setup@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
destination: ${{ runner.temp }}/gh-aw/actions

Expand All @@ -616,9 +616,9 @@ jobs:
await main();

- name: Install gh-aw
uses: github/gh-aw-actions/setup-cli@bf7ba42ce6443bf79fa184c9c6a35de202690bfc # v0.82.7
uses: github/gh-aw-actions/setup-cli@05205436a78512d71a2d842e46586ed05f4fa058 # v0.82.10
with:
version: v0.82.7
version: v0.82.10

- name: Validate workflows and file issue on findings
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
Expand Down
Loading
Loading