We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd9ed96 commit 66863abCopy full SHA for 66863ab
models/issue_mail.go
@@ -16,7 +16,7 @@ import (
16
)
17
18
func (issue *Issue) mailSubject() string {
19
- return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.Name, issue.Title, issue.Index)
+ return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.FullName(), issue.Title, issue.Index)
20
}
21
22
// mailIssueCommentToParticipants can be used for both new issue creation and comment.
0 commit comments