Merge pull request #1448 from peccu/patch-2

Add "owner" to notification subject
This commit is contained in:
Naoki Takezoe
2017-02-12 20:50:00 +09:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ class Mailer(private val smtp: Smtp) extends Notifier {
val f = Future {
database withSession { implicit session =>
defining(
s"[${r.name}] ${issue.title} (#${issue.issueId})" ->
s"[${r.owner}/${r.name}] ${issue.title} (#${issue.issueId})" ->
msg(Markdown.toHtml(
markdown = content,
repository = r,