mirror of
https://github.com/go-gitea/gitea
synced 2025-07-03 17:17:19 +00:00
Increment skip to avoid infini-loop (#13703)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
|
||||
}
|
||||
element = element.Next()
|
||||
}
|
||||
|
||||
skip += limit
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user