diff --git a/tasks/notify.py b/tasks/notify.py index ebaa00c612f964..9def16dd578bb5 100644 --- a/tasks/notify.py +++ b/tasks/notify.py @@ -74,7 +74,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" @@ -350,7 +350,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