瀏覽代碼

Update mergebase in pr checker (#10586)

tags/v1.10.5
zeripath 4 年之前
父節點
當前提交
4a2b76d9c8
沒有連結到貢獻者的電子郵件帳戶。
共有 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…
取消
儲存