Skip to content

Commit

Permalink
fix: add Google Chat to list of alert types when determining valid pr…
Browse files Browse the repository at this point in the history
…oviders (#341)
  • Loading branch information
davwheat committed Oct 15, 2022
1 parent 3c0ea72 commit e5a9497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*core.E
alertTypes := []alert.Type{
alert.TypeCustom,
alert.TypeDiscord,
alert.TypeGoogleChat,
alert.TypeEmail,
alert.TypeMatrix,
alert.TypeMattermost,
Expand Down

0 comments on commit e5a9497

Please sign in to comment.