mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Backport #27467 manually.
This commit is contained in:
		| @@ -53,6 +53,10 @@ func ChangeTitle(ctx context.Context, issue *issues_model.Issue, doer *user_mode | ||||
| 	oldTitle := issue.Title | ||||
| 	issue.Title = title | ||||
|  | ||||
| 	if oldTitle == title { | ||||
| 		return nil | ||||
| 	} | ||||
|  | ||||
| 	if err := issues_model.ChangeIssueTitle(ctx, issue, doer, oldTitle); err != nil { | ||||
| 		return err | ||||
| 	} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user