Skip to content

Commit 12b0c0b

Browse files
authored
Enable ai-integrations workspace in fullsend (#3680)
1 parent d69d6d6 commit 12b0c0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/fullsend.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Routes events to agent workflows via reusable-dispatch.yml.
33
#
44
# Agents enabled: triage, coder, review, fix
5-
# Review auto-triggers on PRs touching workspaces/boost/ or workspaces/scorecard/.
5+
# Review auto-triggers on PRs touching workspaces/boost/, workspaces/scorecard/ and workspaces/ai-integrations
66
# All other agents are reachable via /fs-* slash commands.
77
#
88
# Auth gate: slash commands are restricted to org members/collaborators.
@@ -31,6 +31,7 @@ on:
3131
paths:
3232
- "workspaces/boost/**"
3333
- "workspaces/scorecard/**"
34+
- "workspaces/ai-integrations/**"
3435
pull_request_review:
3536
types: [submitted]
3637

0 commit comments

Comments
 (0)