diff --git a/tools/gh-monitor/poll.py b/tools/gh-monitor/poll.py index ab0c2c1..bb819c5 100644 --- a/tools/gh-monitor/poll.py +++ b/tools/gh-monitor/poll.py @@ -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,