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:
parent
7bc0c8cff6
commit
979fbe086c
1 changed files with 1 additions and 1 deletions
|
@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
|
|||
}
|
||||
element = element.Next()
|
||||
}
|
||||
|
||||
skip += limit
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue