mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	ui: Add MergePull comment type instead of close for merge PR (#11058)
Signed-off-by: a1012112796 <1012112796@qq.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
		@@ -88,6 +88,8 @@ const (
 | 
			
		||||
	CommentTypeDeleteTimeManual
 | 
			
		||||
	// add or remove Request from one
 | 
			
		||||
	CommentTypeReviewRequest
 | 
			
		||||
	// merge pull request
 | 
			
		||||
	CommentTypeMergePull
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// CommentTag defines comment tag type
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user