Browse Source

Increment skip to avoid infini-loop (#13703)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lauris BH <lauris@nix.lv>
tags/v1.15.0-dev
John Olheiser 3 years ago
parent
commit
979fbe086c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      services/pull/pull.go

+ 1
- 1
services/pull/pull.go View File

@@ -610,7 +610,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
}
element = element.Next()
}
skip += limit
}
}


Loading…
Cancel
Save