diff --git a/gitea-build-monitor.ps1 b/gitea-build-monitor.ps1 index 4f095ae..db16c0b 100644 --- a/gitea-build-monitor.ps1 +++ b/gitea-build-monitor.ps1 @@ -71,7 +71,8 @@ $Config = @{ ) # When true, successful but slow/warned jobs are reported too. - NotifyWarningsAndSlow = $true + # Keep this false if Discord should only receive notifications for failed/cancelled/timed-out jobs. + NotifyWarningsAndSlow = $false } function Write-Log {