Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Oct 5, 2023
1 parent 2cc217d commit 64f343f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pr-files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export async function getFiles({
head,
ignoreFilesPattern
}: GetFilesParams) {
const prFiles = await octokit.paginate(octokit.rest.pulls.listFiles({
const prFiles = await octokit.paginate(octokit.rest.pulls.listFiles, {
owner,
repo,
pull_number: prNumber,
Expand Down

0 comments on commit 64f343f

Please sign in to comment.