mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix breakage from vendor-update
This commit is contained in:
		@@ -139,7 +139,7 @@ func (pr *PullRequest) APIFormat() *api.PullRequest {
 | 
			
		||||
 | 
			
		||||
	if pr.Status != PullRequestStatusChecking {
 | 
			
		||||
		mergeable := pr.Status != PullRequestStatusConflict
 | 
			
		||||
		apiPullRequest.Mergeable = &mergeable
 | 
			
		||||
		apiPullRequest.Mergeable = mergeable
 | 
			
		||||
	}
 | 
			
		||||
	if pr.HasMerged {
 | 
			
		||||
		apiPullRequest.Merged = &pr.Merged
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user