Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/fullsend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Routes events to agent workflows via reusable-dispatch.yml.
#
# Agents enabled: triage, coder, review, fix
# Review auto-triggers on PRs touching workspaces/boost/ or workspaces/scorecard/.
# Review auto-triggers on PRs touching workspaces/boost/, workspaces/scorecard/ and workspaces/ai-integrations
# All other agents are reachable via /fs-* slash commands.
#
# Auth gate: slash commands are restricted to org members/collaborators.
Expand Down Expand Up @@ -31,6 +31,7 @@ on:
paths:
- "workspaces/boost/**"
- "workspaces/scorecard/**"
- "workspaces/ai-integrations/**"
pull_request_review:
types: [submitted]

Expand Down
Loading