0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-05 08:34:44 +01:00
This commit is contained in:
wxiaoguang 2026-02-05 13:09:04 +08:00
parent aefb99cebb
commit 9183f6156a

View File

@ -208,6 +208,7 @@ func ChangeIssueTitle(ctx context.Context, issue *Issue, doer *user_model.User,
if err = issue.LoadRepo(ctx); err != nil {
return fmt.Errorf("loadRepo: %w", err)
}
opts := &CreateCommentOptions{
Type: CommentTypeChangeTitle,
Doer: doer,