From 0bebaff14f4d02ba53b598cbf8b89603c6b55fe4 Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Fri, 6 Sep 2024 16:19:28 -0600 Subject: [PATCH] test --- .github/workflows/cicd_scheduled_notify-seated-prs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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));