Skip to content

Commit 66863ab

Browse files
appleboyzeripath
authored andcommitted
chore: change issue mail title. (#7064)
* chore: change issue mail title. Signed-off-by: Bo-Yi Wu <[email protected]> * change to fullname method Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent bd9ed96 commit 66863ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issue_mail.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
func (issue *Issue) mailSubject() string {
19-
return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.Name, issue.Title, issue.Index)
19+
return fmt.Sprintf("[%s] %s (#%d)", issue.Repo.FullName(), issue.Title, issue.Index)
2020
}
2121

2222
// mailIssueCommentToParticipants can be used for both new issue creation and comment.

0 commit comments

Comments
 (0)