Skip to content

Commit ad6d55b

Browse files
maartenbaCopilot
andauthored
Update astro/src/plugins/contributor-mapping.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c12b5a5 commit ad6d55b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

astro/src/plugins/contributor-mapping.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ async function generateContributors(
403403
const ageDays =
404404
(Date.now() - stat.mtimeMs) / (1000 * 60 * 60 * 24);
405405
if (ageDays < maxAgeDays) {
406-
logger.warn(
406+
logger.info(
407407
`contributors.json is ${ageDays.toFixed(1)} days old (< ${maxAgeDays}) — skipping regeneration`
408408
);
409409
return;

0 commit comments

Comments
 (0)