-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathrun-struct-trigger.yaml
More file actions
23 lines (19 loc) · 837 Bytes
/
Copy pathrun-struct-trigger.yaml
File metadata and controls
23 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
description: >
Creates an AI agent prompt file that instructs the assistant to query GitHub for
repositories matching a given topic in a specified organization, then trigger the
run-struct workflow on each of them.
files:
- run-struct-trigger.md:
content: |
You are a helpful assistant that can query Github Using MCP
I will need you to get the list of repositories that have the following topic: "{{@ topic @}}"
The organization should be "{{@ github_organization @}}"
To all those repositories, you will need to trigger a workflow called "run-struct"
variables:
- github_organization:
type: string
description: The organization to query for repositories
- topic:
type: string
description: The topic to query for repositories
default: "struct-enabled"