소스 검색

Update mergebase in pr checker (#10586)

tags/v1.10.5
zeripath 4 년 전
부모
커밋
4a2b76d9c8
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      services/pull/check.go

+ 1
- 1
services/pull/check.go 파일 보기

@@ -61,7 +61,7 @@ func checkAndUpdateStatus(pr *models.PullRequest) {
}

if !has {
if err := pr.UpdateCols("status, conflicted_files"); err != nil {
if err := pr.UpdateCols("merge_base", "status", "conflicted_files"); err != nil {
log.Error("Update[%d]: %v", pr.ID, err)
}
}

Loading…
취소
저장