update issue_lock workflow (#4598)
This commit is contained in:
@@ -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