Skip to content

Commit f1f7a1a

Browse files
committed
fix: update min-integrity level from 'untrusted' to 'unapproved' in issue triage workflow
1 parent 9dcfcaf commit f1f7a1a

5 files changed

Lines changed: 112 additions & 89 deletions

File tree

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
2525
- **Choosing workflow architectures and design patterns**: Routes to `patterns` guide — consult this whenever the user asks for strategy, architecture, operating models, or pattern selection for agentic workflows
2626

2727
> [!IMPORTANT]
28-
> For architecture/pattern-selection requests, load `https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/patterns.md` first.
28+
> For architecture/pattern-selection requests, load `https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/patterns.md` first.
2929
3030
Workflows may optionally include:
3131

@@ -37,7 +37,7 @@ Workflows may optionally include:
3737
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
3838
- Workflow lock files: `.github/workflows/*.lock.yml`
3939
- Shared components: `.github/workflows/shared/*.md`
40-
- Configuration: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/github-agentic-workflows.md
40+
- Configuration: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/github-agentic-workflows.md
4141

4242
## Problems This Solves
4343

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

62-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/create-agentic-workflow.md
62+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/create-agentic-workflow.md
6363

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

72-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/update-agentic-workflow.md
72+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/update-agentic-workflow.md
7373

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

82-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/debug-agentic-workflow.md
82+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/debug-agentic-workflow.md
8383

8484
**Use cases**:
8585
- "Why is this workflow failing?"
@@ -89,7 +89,7 @@ When you interact with this agent, it will:
8989
### Upgrade Agentic Workflows
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.74.4/.github/aw/upgrade-agentic-workflows.md
92+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/upgrade-agentic-workflows.md
9393

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

102-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/report.md
102+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/report.md
103103

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

112-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/create-shared-agentic-workflow.md
112+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/create-shared-agentic-workflow.md
113113

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

122-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/dependabot.md
122+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/dependabot.md
123123

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

132-
**Prompt file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/test-coverage.md
132+
**Prompt file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/test-coverage.md
133133

134134
**Use cases**:
135135
- "Create a workflow that comments coverage on PRs"
@@ -139,7 +139,7 @@ When you interact with this agent, it will:
139139
### Render ASCII Charts in Markdown
140140
**Load when**: The workflow needs in-markdown charts (sparklines, bars, table+trend views) that must align cleanly and render reliably across GitHub surfaces, including mobile.
141141

142-
**Reference file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/asciicharts.md
142+
**Reference file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/asciicharts.md
143143

144144
**Use cases**:
145145
- "Show a compact trend chart in an issue comment"
@@ -149,7 +149,7 @@ When you interact with this agent, it will:
149149
### CLI Commands Reference
150150
**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.
151151

152-
**Reference file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/cli-commands.md
152+
**Reference file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/cli-commands.md
153153

154154
**Use cases**:
155155
- "How do I trigger workflow X on the main branch?"
@@ -160,7 +160,7 @@ When you interact with this agent, it will:
160160
### Token Consumption Optimization
161161
**Load when**: The user asks how to reduce token usage, lower workflow costs, make a workflow faster or cheaper, or measure the impact of prompt or configuration changes.
162162

163-
**Reference file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/token-optimization.md
163+
**Reference file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/token-optimization.md
164164

165165
**Use cases**:
166166
- "How do I reduce the token cost of this workflow?"
@@ -173,7 +173,7 @@ When you interact with this agent, it will:
173173
### Workflow Pattern Selection
174174
**Load when**: The user asks for architecture, strategy, operating model selection, or pattern recommendations for building agentic workflows.
175175

176-
**Reference file**: https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/patterns.md
176+
**Reference file**: https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/patterns.md
177177

178178
**Use cases**:
179179
- "Which pattern should I use for multi-repo rollout?"
@@ -225,12 +225,12 @@ gh aw compile --validate
225225

226226
## Important Notes
227227

228-
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.74.4/.github/aw/github-agentic-workflows.md for complete documentation
228+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.76.1/.github/aw/github-agentic-workflows.md for complete documentation
229229
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
230230
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
231231
- **Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
232232
- Follow security best practices: minimal permissions, explicit network access, no template injection
233-
- **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.74.4/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
233+
- **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.76.1/.github/aw/network.md for the full list of valid ecosystem identifiers and domain patterns.
234234
- **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.
235235
- **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.
236-
- **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.74.4/.github/aw/cli-commands.md
236+
- **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.76.1/.github/aw/cli-commands.md

.github/aw/actions-lock.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"version": "v9.0.0",
66
"sha": "3a2844b7e9c422d3c10d287c895573f7108da1b3"
77
},
8-
"github/gh-aw-actions/setup@v0.74.4": {
8+
"github/gh-aw-actions/setup@v0.76.1": {
99
"repo": "github/gh-aw-actions/setup",
10-
"version": "v0.74.4",
11-
"sha": "d3abfe96a194bce3a523ed2093ddedd5704cdf62"
10+
"version": "v0.76.1",
11+
"sha": "46d564922b082d0db93244972e8005ea6904ee5f"
1212
},
13-
"github/gh-aw/actions/setup@v0.74.4": {
13+
"github/gh-aw/actions/setup@v0.76.1": {
1414
"repo": "github/gh-aw/actions/setup",
15-
"version": "v0.74.4",
16-
"sha": "2c1a237d2048b0e2412e7d7528892ea1257840e2"
15+
"version": "v0.76.1",
16+
"sha": "58d1bedbb7200f59c2d224151339e38fd8687d05"
1717
}
1818
},
1919
"containers": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v6
2323
- name: Install gh-aw extension
24-
uses: github/gh-aw-actions/setup-cli@d3abfe96a194bce3a523ed2093ddedd5704cdf62 # v0.74.4
24+
uses: github/gh-aw-actions/setup-cli@46d564922b082d0db93244972e8005ea6904ee5f # v0.76.1
2525
with:
26-
version: v0.74.4
26+
version: v0.76.1

0 commit comments

Comments
 (0)