You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-11-23 21:44:44 +02:00
Add option to limit the resultset returned by paginate helper (#4475)
This commit is contained in:
@@ -660,7 +660,7 @@ func (c *client) loadChangedFilesFromPullRequest(ctx context.Context, pull *gith
|
||||
opts.Page = resp.NextPage
|
||||
}
|
||||
return utils.DeduplicateStrings(fileList), nil
|
||||
})
|
||||
}, -1)
|
||||
|
||||
return pipeline, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user