diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index 9c4c8bd2fddc..7ec9c6793966 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -23,6 +23,7 @@ jobs: retries: 3 retry-exempt-status-codes: 400,401 github-token: ${{ secrets.CI_MACHINE_TOKEN }} + base-url: /repos/dotCMS/core/pulls script: | async function fetchOpenPrs() { const opts = github.rest.pulls.get.endpoint.merge({