Skip to content

Commit

Permalink
not every alert is a failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
kalessin committed Nov 18, 2024
1 parent a79b64f commit 68d9fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shub_workflow/contrib/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def send_slack_message(self):
message["job_link"] = f"https://app.zyte.com/p/{job_key}"
text = (
f"{title}\n\n"
"Failure Reasons:\n"
"Alert Reasons:\n"
f"{message['failure_reasons']}\n\n"
f"Job Link: {message.get('job_link', 'N/A')}"
)
Expand Down

0 comments on commit 68d9fc9

Please sign in to comment.