From 21cfebac65cd92089457bcb1f12ff7cc64f34bb8 Mon Sep 17 00:00:00 2001 From: Douglas Yang Date: Sun, 14 Dec 2025 22:47:19 -0800 Subject: [PATCH] fix: move ci-bot (#15154) --- scripts/ci_monitor/post_ci_failures_to_slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci_monitor/post_ci_failures_to_slack.py b/scripts/ci_monitor/post_ci_failures_to_slack.py index 814541dc7..6f6629010 100755 --- a/scripts/ci_monitor/post_ci_failures_to_slack.py +++ b/scripts/ci_monitor/post_ci_failures_to_slack.py @@ -38,7 +38,7 @@ def post_ci_failures_to_slack(report_file: str) -> bool: return False # CI failures channel - channel_id = "C09HCG2HM1T" + channel_id = "C0A2DG0R7CJ" # Get GitHub run ID for linking to the workflow run run_id = os.environ.get("GITHUB_RUN_ID", "")