Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACIX-499] Replaced developer experience channel by id #32759

Merged
merged 2 commits into from
Jan 9, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tasks/notify.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -350,7 +350,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
Loading