mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-26 19:51:26 +08:00
update issue_lock workflow (#4598)
This commit is contained in:
2
.github/workflows/issue_lock.yml
vendored
2
.github/workflows/issue_lock.yml
vendored
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user