diff --git a/services/pull/pull.go b/services/pull/pull.go index 0bfcd8a63..9cf4abfd5 100644 --- a/services/pull/pull.go +++ b/services/pull/pull.go @@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string { } element = element.Next() } - + skip += limit } }