{{if .IsMention}}

@{{.Doer.Name}} mentioned you:

{{end}}

{{if eq .ActionName "close"}} Closed #{{.Issue.Index}}. {{else if eq .ActionName "reopen"}} Reopened #{{.Issue.Index}}. {{else if eq .ActionName "merge"}} Merged #{{.Issue.Index}} into {{.Issue.PullRequest.BaseBranch}}. {{else if eq .ActionName "approve"}} @{{.Doer.Name}} approved this pull request. {{else if eq .ActionName "reject"}} @{{.Doer.Name}} requested changes on this pull request. {{else if eq .ActionName "review"}} @{{.Doer.Name}} commented on this pull request. {{end}} {{- if eq .Body ""}} {{if eq .ActionName "new"}} Created #{{.Issue.Index}}. {{end}} {{else}} {{.Body | Str2html}} {{end -}} {{- range .ReviewComments}}


In {{.TreePath}}:
{{.Patch}}
{{.RenderedContent | Safe}}
{{end -}}