Skip to content

Commit 58888df

Browse files
appleboyjeffliu27
authored andcommitted
chore: change issue mail title. (go-gitea#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 3c914ab commit 58888df

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)