fix(alerting): Add missing support for default-alert on teams-workflows (#883)

Fix default-alert on teams-workflows
This commit is contained in:
Liam Jones
2024-11-01 07:59:29 +08:00
committed by GitHub
parent 7103d0a9ae
commit 40cbb4b1d4
2 changed files with 4 additions and 0 deletions

View File

@ -413,6 +413,7 @@ func validateAlertingConfig(alertingConfig *alerting.Config, endpoints []*endpoi
alert.TypePushover,
alert.TypeSlack,
alert.TypeTeams,
alert.TypeTeamsWorkflows,
alert.TypeTelegram,
alert.TypeTwilio,
alert.TypeZulip,