Skip to content

Commit

Permalink
Merge pull request #169 from SomtochiAma/googlechat-bug
Browse files Browse the repository at this point in the history
Remove filter for progressing events in googlechat
  • Loading branch information
stefanprodan authored Mar 25, 2021
2 parents b88f1b9 + 2495fc0 commit 5d6ec21
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/notifier/google_chat.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,6 @@ func (s *GoogleChat) Post(event events.Event) error {
return nil
}

// Skip progressing events. For some reason, these are coming through and then Google Chat seems to replace
// the more meaningful message with these which is unhelpful!
if event.Reason == "Progressing" {
return nil
}

// Header
objName := fmt.Sprintf("%s/%s.%s", strings.ToLower(event.InvolvedObject.Kind), event.InvolvedObject.Name, event.InvolvedObject.Namespace)
header := GoogleChatCardHeader{
Expand Down

0 comments on commit 5d6ec21

Please sign in to comment.