Skip to content

Commit

Permalink
detector updates
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Feb 28, 2023
1 parent 821b529 commit 55be9f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/git-changes-action/detector/ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func getChangedFilesFromAPI(ctx context.Context, ghContext *actionscore.Context,
for {
files, res, err := client.PullRequests.ListFiles(ctx, repoOwner, repoName, prNumber, &github.ListOptions{
Page: page,
PerPage: 100,
PerPage: 25,
})
if err != nil {
return nil, fmt.Errorf("could not get files: %w", err)
Expand Down

0 comments on commit 55be9f5

Please sign in to comment.