Only log Error on getLastCommitStatus error to let pull list still be visible (#15716)
This commit is contained in:
		
							parent
							
								
									ed39377900
								
							
						
					
					
						commit
						1cd301796c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -677,7 +677,8 @@ func GetIssuesLastCommitStatus(issues models.IssueList) (map[int64]*models.Commi | |||
| 
 | ||||
| 		status, err := getLastCommitStatus(gitRepo, issue.PullRequest) | ||||
| 		if err != nil { | ||||
| 			return nil, err | ||||
| 			log.Error("getLastCommitStatus: cant get last commit of pull [%d]: %v", issue.PullRequest.ID, err) | ||||
| 			continue | ||||
| 		} | ||||
| 		res[issue.PullRequest.ID] = status | ||||
| 	} | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue