Skip to content

Commit

Permalink
Fixing report seated PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms committed Sep 21, 2024
1 parent fe2cbf9 commit 3328157
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd_scheduled_notify-seated-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3328157

Please sign in to comment.