mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Allow repo admin to merge PR regardless of review status (#9611)
* Allow repo admin to merge even if review is not ok.
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							4d06d10dba
						
					
				
				
					commit
					32fb813133
				
			@@ -448,6 +448,7 @@ type MergePullRequestForm struct {
 | 
			
		||||
	Do                string `binding:"Required;In(merge,rebase,rebase-merge,squash)"`
 | 
			
		||||
	MergeTitleField   string
 | 
			
		||||
	MergeMessageField string
 | 
			
		||||
	ForceMerge        *bool `json:"force_merge,omitempty"`
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Validate validates the fields
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user