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

@ -62,6 +62,9 @@ const (
// TypeTeams is the Type for the teams alerting provider
TypeTeams Type = "teams"
// TypeTeamsWorkflows is the Type for the teams-workflows alerting provider
TypeTeamsWorkflows Type = "teams-workflows"
// TypeTelegram is the Type for the telegram alerting provider
TypeTelegram Type = "telegram"