diff --git a/dev/build-tracker/notify/slack.go b/dev/build-tracker/notify/slack.go index fb048b2bc5f8..70d3bf0afa40 100644 --- a/dev/build-tracker/notify/slack.go +++ b/dev/build-tracker/notify/slack.go @@ -311,12 +311,7 @@ func (c *Client) createMessageBlocks(info *BuildNotification, author string) []s slack.NewSectionBlock( &slack.TextBlockObject{ Type: slack.MarkdownType, - Text: `:books: *More information on flakes* -• -• -• - -_Disable flakes on sight and save your fellow teammate some time!_`, + Text: `_Disable flakes on sight and save your fellow teammate some time!_`, }, nil, nil,