diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 3732413cc9..8882506269 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -278,6 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status): mn = MailNotifier(fromaddr='taskotron@fedoraproject.org', sendToInterestedUsers=False, + subject="%(prop:taskname) %(result)s in %(projectName)s on %(builder)s", mode=('failing', 'exception', 'warnings'), extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'], relayhost="bastion.phx2.fedoraproject.org",