Skip to content

Commit 979fbe0

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

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
@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
610610
}
611611
element = element.Next()
612612
}
613-
613+
skip += limit
614614
}
615615
}
616616

0 commit comments

Comments
 (0)