From 354ad11e212bdcecf610816506b9477cbde6bedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lian=20Raimbault?= <161456554+CelianR@users.noreply.github.com> Date: Thu, 9 Jan 2025 10:35:38 -0500 Subject: [PATCH] [ACIX-499] Replaced developer experience channel by id (#32759) --- tasks/notify.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/notify.py b/tasks/notify.py index 2665b6012bd3da..33047b7b6a7ed5 100644 --- a/tasks/notify.py +++ b/tasks/notify.py @@ -64,7 +64,7 @@ def send_message(_, notification_type="merge", print_to_stdout=False): if failed_jobs.all_mandatory_failures(): # At least one mandatory job failed header_icon = ":host-red:" state = "failed" - coda = "If there is something wrong with the notification please contact #agent-developer-experience" + coda = "If there is something wrong with the notification please contact <#C06PBHLD4DQ>" else: header_icon = ":host-green:" state = "succeeded" @@ -310,7 +310,7 @@ def create_msg(pipeline_id, pipeline_url, job_list): msg += f" - {job}\n" msg += "\n" msg += "\n" - msg += "If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-developer-experience" + msg += "If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to <#C06PBHLD4DQ>" return msg