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 07a48f8 commit 6cf8bd5
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 @@ -126,7 +126,7 @@ jobs:
};
const prs = await fetchOpenPrs();
prs.forEach(pr => console.log(`[${pr.number}] -> [${pr.user.login}, ${dateFomat(new Date(Date.parse(pr.created_at)))}]`));
prs.forEach(pr => console.log(`[${pr.number}] -> [${pr.user.login}, ${dateFormat(new Date(Date.parse(pr.created_at)))}]`));
console.log(`PRs size: [${prs.length}]`);
prs.forEach(handlePr);
Expand Down

0 comments on commit 6cf8bd5

Please sign in to comment.