1
0
forked from lunny/changelog
This commit is contained in:
6543 2023-06-23 15:03:27 +02:00
parent df18780b5a
commit 183ce4c5d4
No known key found for this signature in database
GPG Key ID: B8BE6D610E61C862

@ -48,7 +48,7 @@ func (gh *GitHub) Generate() (string, []Entry, error) {
perPage := 100 perPage := 100
for { for {
result, _, err := client.Issues.ListByRepo(ctx, "owner", "repo", &github.IssueListByRepoOptions{ result, _, err := client.Issues.ListByRepo(ctx, repoParts[0], repoParts[1], &github.IssueListByRepoOptions{
ListOptions: github.ListOptions{ ListOptions: github.ListOptions{
Page: p, Page: p,
PerPage: perPage, PerPage: perPage,