You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/agents/agentic-workflows.agent.md
+19-7Lines changed: 19 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ This is a **dispatcher agent** that routes your request to the appropriate speci
16
16
-**Debugging workflows**: Routes to `debug` prompt
17
17
-**Upgrading workflows**: Routes to `upgrade-agentic-workflows` prompt
18
18
-**Creating shared components**: Routes to `create-shared-agentic-workflow` prompt
19
+
-**Fixing Dependabot PRs**: Routes to `dependabot` prompt — use this when Dependabot opens PRs that modify generated manifest files (`.github/workflows/package.json`, `.github/workflows/requirements.txt`, `.github/workflows/go.mod`). Never merge those PRs directly; instead update the source `.md` files and rerun `gh aw compile --dependabot` to bundle all fixes
19
20
20
21
Workflows may optionally include:
21
22
@@ -27,7 +28,7 @@ Workflows may optionally include:
27
28
- Workflow files: `.github/workflows/*.md` and `.github/workflows/**/*.md`
- "Create a shared component for Notion integration"
96
97
- "Wrap the Slack MCP server as a reusable component"
97
98
- "Design a shared workflow for database queries"
98
99
100
+
### Fix Dependabot PRs
101
+
**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`)
- "Fix the open Dependabot PRs for npm dependencies"
107
+
- "Bundle and close the Dependabot PRs for workflow dependencies"
108
+
- "Update @playwright/test to fix the Dependabot PR"
109
+
99
110
## Instructions
100
111
101
112
When a user interacts with you:
@@ -136,8 +147,9 @@ gh aw compile --validate
136
147
137
148
## Important Notes
138
149
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
150
+
- Always reference the instructions file at https://github.com/github/gh-aw/blob/v0.48.4/.github/aw/github-agentic-workflows.md for complete documentation
140
151
- Use the MCP tool `agentic-workflows` when running in GitHub Copilot Cloud
141
152
- Workflows must be compiled to `.lock.yml` files before running in GitHub Actions
142
153
-**Bash tools are enabled by default** - Don't restrict bash commands unnecessarily since workflows are sandboxed by the AWF
143
154
- Follow security best practices: minimal permissions, explicit network access, no template injection
155
+
-**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.
0 commit comments