Skip to content

Commit

Permalink
add per_page value
Browse files Browse the repository at this point in the history
  • Loading branch information
14Richa committed Apr 13, 2023
1 parent 0ae4028 commit 121ce22
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-reactions-on-pr-and-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
owner,
repo,
state: 'open',
per_page: 100,
}));
for (const issue of issues) {
Expand All @@ -39,6 +40,7 @@ jobs:
owner,
repo,
state: 'open',
per_page: 100,
}));
for (const pull of pulls) {
Expand Down

0 comments on commit 121ce22

Please sign in to comment.