workflows/labels: slightly improve logging

This commit is contained in:
Wolfgang Walther
2025-06-25 14:54:43 +02:00
parent 10c63e5117
commit 4e9df2fc31

View File

@@ -247,6 +247,7 @@ jobs:
.sort((a,b) => b-a)
.at(0) ?? item.created_at
)
log('latest_event_at', latest_event_at.toISOString())
const stale_at = new Date(new Date().setDate(new Date().getDate() - 180))