Skip to content

Commit a82c7d4

Browse files
jolheiserlafriks
andauthored
Increment skip to avoid infini-loop (#13703) (#13727)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: Lauris BH <lauris@nix.lv>
1 parent 7ec1c13 commit a82c7d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/pull/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
609609
}
610610
element = element.Next()
611611
}
612-
612+
skip += limit
613613
}
614614
}
615615

0 commit comments

Comments
 (0)