workflows/labels: slightly improve logging

(cherry picked from commit 4e9df2fc31)
This commit is contained in:
Wolfgang Walther
2025-06-25 14:54:43 +02:00
committed by github-actions[bot]
parent 28ef24b4c2
commit ad1cfc34f3

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))