fix(gh-monitor): add --to signal uuid for announce delivery

This commit is contained in:
2026-03-16 00:17:59 -04:00
parent 95380ec3b1
commit 9abd075121

View File

@@ -195,6 +195,7 @@ def dispatch_agent(repo_slug: str, pr: dict, event: dict) -> None:
"--message", message,
"--delete-after-run",
"--announce",
"--to", "uuid:6f600cd9-3223-4d4b-b783-b944ebf9fb8f",
"--timeout-seconds", "300",
],
capture_output=True,