Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 6, 2024
1 parent a7a0032 commit 0051011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
github-token: ${{ secrets.CI_MACHINE_TOKEN }}
script: |
async function fetchOpenPrs() {
const response = await github.paginate.pulls.get({
const response = await github.rest.pulls.paginate({
owner: '${{ github.repository_owner }}',
repo: '${{ env.REPO }}',
per_page: 100
Expand Down

0 comments on commit 0051011

Please sign in to comment.