From 05494336991504e3c6137b89eeddd492e17af6b6 Mon Sep 17 00:00:00 2001 From: Aleksandr Nogikh Date: Fri, 16 Dec 2022 14:57:44 +0100 Subject: dashboard: include dashboard link into the missing commit reply If the original email thread is lost, it can be hard to get to the original bug. --- dashboard/dashapi/dashapi.go | 1 + 1 file changed, 1 insertion(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 9b556d760..348fe92c5 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -486,6 +486,7 @@ type BugNotification struct { Text string // meaning depends on Type CC []string // deprecated in favor of Recipients Maintainers []string // deprecated in favor of Recipients + Link string Recipients Recipients // Public is what we want all involved people to see (e.g. if we notify about a wrong commit title, // people need to see it and provide the right title). Not public is what we want to send only -- cgit mrf-deployment