From 8d37fabbb4bad25f0091d5989fb18c061d883d5d Mon Sep 17 00:00:00 2001 From: Victor Alfaro Date: Fri, 6 Sep 2024 13:34:02 -0600 Subject: [PATCH] test --- .github/workflows/cicd_scheduled_notify-seated-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index f3353e3f1b6c..eccbcfbd0c93 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -24,6 +24,7 @@ jobs: retry-exempt-status-codes: 400,401 github-token: ${{ secrets.CI_MACHINE_TOKEN }} base-url: https://api.github.com/repos/dotCMS/core/pulls?per_page=100 + debug: true script: | async function fetchOpenPrs() { const response = await github.rest.pulls.get({