未验证 提交 9196c72b 编写于 作者: J John Olheiser 提交者: GitHub

Increment skip to avoid infini-loop (#13703) (#13728)

Signed-off-by: Njolheiser <john.olheiser@gmail.com>
Co-authored-by: NLauris BH <lauris@nix.lv>
Co-authored-by: NLauris BH <lauris@nix.lv>
上级 b7ad2d45
...@@ -567,7 +567,7 @@ func GetCommitMessages(pr *models.PullRequest) string { ...@@ -567,7 +567,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
} }
element = element.Next() element = element.Next()
} }
skip += limit
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册