Skip to content

Commit e028693

Browse files
authored
Upgrade gh-aw to v0.37.17 (#105)
1 parent 3c8de3d commit e028693

4 files changed

Lines changed: 59 additions & 51 deletions

File tree

.github/aw/github-agentic-workflows.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
successfully downloaded text file (SHA: f350e65b03f599cd6f6f6517eb00827f8131ffc7)---
22
description: GitHub Agentic Workflows
33
applyTo: ".github/workflows/*.md,.github/workflows/**/*.md"
44
---
@@ -568,6 +568,14 @@ The YAML frontmatter supports these fields:
568568
target-repo: "owner/repo" # Optional: cross-repository
569569
```
570570
Publishes workflow artifacts to an orphaned git branch for persistent storage. Default allowed extensions include common non-executable types. Maximum file size is 50MB (51200 KB).
571+
- `dispatch-workflow:` - Trigger other workflows with inputs
572+
```yaml
573+
safe-outputs:
574+
dispatch-workflow:
575+
workflows: [workflow-name] # Required: list of workflow names to allow
576+
max: 3 # Optional: max dispatches (default: 1, max: 3)
577+
```
578+
Triggers other agentic workflows in the same repository using workflow_dispatch. Agent output includes `workflow_name` (without .md extension) and optional `inputs` (key-value pairs). Not supported for cross-repository operations.
571579
- `create-code-scanning-alert:` - Generate SARIF security advisories
572580
```yaml
573581
safe-outputs:

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

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

.github/workflows/maintainer.lock.yml

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

0 commit comments

Comments
 (0)