Skip to content

Commit

Permalink
[ACIX-499] Replaced developer experience channel by id (#32759)
Browse files Browse the repository at this point in the history
  • Loading branch information
CelianR authored Jan 9, 2025
1 parent e5cdbf5 commit 354ad11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -310,7 +310,7 @@ def create_msg(pipeline_id, pipeline_url, job_list):
msg += f" - {job}\n"
msg += "</details>\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


Expand Down

0 comments on commit 354ad11

Please sign in to comment.