From ea0a34bcd49eaac0b51a7f5181e15f6ecb43dad4 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Tue, 8 Jul 2025 16:11:28 +0200 Subject: syz-cluster: support empty DocLink in the email template We don't have the doc (yet), so let's not mention it. --- syz-cluster/pkg/report/template.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'syz-cluster/pkg') diff --git a/syz-cluster/pkg/report/template.txt b/syz-cluster/pkg/report/template.txt index 687cec214..6a4723771 100644 --- a/syz-cluster/pkg/report/template.txt +++ b/syz-cluster/pkg/report/template.txt @@ -44,7 +44,9 @@ syz repro: {{.LinkSyzRepro}} --- This report is generated by a bot. It may contain errors. +{{- if .Config.DocsLink}} See {{.Config.DocsLink}} for more information about {{.Config.Name}}. +{{- end}} {{.Config.Name}} engineers can be reached at {{.Config.SupportEmail}}. {{- if .Report.Moderation}} -- cgit mrf-deployment