Skip to content

Commit a82c7d4

Browse files
jolheiserlafriks
andauthored
Increment skip to avoid infini-loop (#13703) (#13727)
Signed-off-by: jolheiser <[email protected]> Co-authored-by: Lauris BH <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 7ec1c13 commit a82c7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)