diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 70a9d499cd57..48e5c021d0db 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -29,7 +29,8 @@ jobs: ...{ baseUrl: 'https://api.github.com/repos/${{ github.repository_owner }}/${{ env.REPO }}/pulls', owner: '${{ github.repository_owner }}', - repo: '${{ env.REPO }}' + repo: '${{ env.REPO }}', + per_page: 100 } }); console.log('OJO:>> ' + JSON.stringify(opts, null, 2));