mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
workflows/labels: slightly improve logging
(cherry picked from commit 4e9df2fc31)
This commit is contained in:
committed by
github-actions[bot]
parent
28ef24b4c2
commit
ad1cfc34f3
1
.github/workflows/labels.yml
vendored
1
.github/workflows/labels.yml
vendored
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user