fix: move ci-bot (#15154)

This commit is contained in:
Douglas Yang
2025-12-14 22:47:19 -08:00
committed by GitHub
parent 702426b06a
commit 21cfebac65

View File

@@ -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", "")