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
|
@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
|
||||||
}
|
}
|
||||||
element = element.Next()
|
element = element.Next()
|
||||||
}
|
}
|
||||||
|
skip += limit
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue