Przeglądaj źródła

Increment skip to avoid infini-loop (#13703)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-dev
John Olheiser 3 lat temu
rodzic
commit
979fbe086c
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      services/pull/pull.go

+ 1
- 1
services/pull/pull.go Wyświetl plik

@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
}
element = element.Next()
}
skip += limit
}
}


Ładowanie…
Anuluj
Zapisz