Skip to content
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
3 changes: 0 additions & 3 deletions src/robusta/integrations/slack/sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,9 +806,6 @@ def __send_finding_to_slack_preview(
)
blocks.append(links_block)

if HOLMES_ENABLED and HOLMES_ASK_SLACK_BUTTON_ENABLED:
blocks.append(self.__create_holmes_callback(finding))

if not sink_params.get_custom_template():
blocks.append(MarkdownBlock(text=f"*Source:* `{self.cluster_name}`"))

Expand Down
Loading