update issue_lock workflow (#4598)

This commit is contained in:
Alessandro Ros 2025-06-02 18:59:40 +02:00 committed by GitHub
parent 5ebc0f7f8d
commit 06abf6f679
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,7 +29,7 @@ jobs:
continue;
}
if ((now - new Date(issue.updated_at)) < 1000*60*60*24*31*6) {
if ((now - new Date(issue.closed_at)) < 1000*60*60*24*31*6) {
continue;
}