diff --git a/.github/workflows/cicd_scheduled_notify-seated-prs.yml b/.github/workflows/cicd_scheduled_notify-seated-prs.yml index f727a0d6201b..6dc0932d0cb8 100644 --- a/.github/workflows/cicd_scheduled_notify-seated-prs.yml +++ b/.github/workflows/cicd_scheduled_notify-seated-prs.yml @@ -126,6 +126,7 @@ jobs: }; const prs = await fetchOpenPrs(); + prs.forEach(pr => console.log(`[${pr.number}] -> [${pr.user.login}]`)); console.log(`PRs size: [${prs.length}]`); prs.forEach(handlePr);