Increment skip to avoid infini-loop (#13703)

Signed-off-by: jolheiser <[email protected]>

Co-authored-by: Lauris BH <[email protected]>
This commit is contained in:
John Olheiser
2020-11-27 22:00:52 +02:00
committed by GitHub
co-authored by Lauris BH
parent 7bc0c8cff6
commit 979fbe086c
+1 -1
View File
@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
}
element = element.Next()
}
skip += limit
}
}