mirror of
https://github.com/go-gitea/gitea.git
synced 2026-02-05 06:47:12 +01:00
fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user