We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 149b0c5 commit fa721b9Copy full SHA for fa721b9
1 file changed
.github/workflows/link-automated-bugs.yml
@@ -28,7 +28,7 @@ jobs:
28
const prUrl = context.payload.pull_request.html_url;
29
30
// Get the diff for this PR
31
- const { data: files } = await github.rest.pulls.listFiles({
+ const files = await github.paginate(github.rest.pulls.listFiles, {
32
owner: context.repo.owner,
33
repo: context.repo.repo,
34
pull_number: prNumber,
0 commit comments