diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 48e5c021d0db..97d7676191e9 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -34,7 +34,7 @@ jobs: } }); console.log('OJO:>> ' + JSON.stringify(opts, null, 2)); - const response = github.paginate(opts); + const response = github.paginate(github.rest.pulls.get, opts); console.log('OJO:>> ' + JSON.stringify(response, null, 2)); return response.data; }