Skip to content

Remove stale Alice-specific override in Slack alert logic - #22

Merged
Sagar Chaudhari (Sagar-Pattern) merged 1 commit into
mainfrom
fix/remove-stale-alice-slack-alert-override
Jul 17, 2026
Merged

Remove stale Alice-specific override in Slack alert logic#22
Sagar Chaudhari (Sagar-Pattern) merged 1 commit into
mainfrom
fix/remove-stale-alice-slack-alert-override

Conversation

@ydsingh97

Copy link
Copy Markdown
Contributor

Removes the outdated alice-specific if/else override in the Slack alert formatter.

Copilot AI review requested due to automatic review settings July 17, 2026 06:09

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR simplifies the Slack failure alert formatter by removing a stale, person-specific override so that message content is driven by task characteristics (e.g., sensors) rather than an “alice” substring rule.

Changes:

  • Removed the special-case "alice" branching that changed emoji/message text.
  • Left the existing "sensor" heuristic as the remaining special-case for potential data delay messaging.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -26,12 +26,7 @@ def base_failure_alert(context, conn):
_environment = f"Environment: *{environment.upper()}* - " if environment else "\b"
@Sagar-Pattern
Sagar Chaudhari (Sagar-Pattern) merged commit 1cf156a into main Jul 17, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants