build: add workflow for autoclose issues without response
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ function shimFs(binary: NexeBinary, fs: any = require('fs')) {
|
||||
atime: new Date(stat.atime),
|
||||
mtime: new Date(stat.mtime),
|
||||
ctime: new Date(stat.ctime),
|
||||
birthtime: new Date(stat.birthtime)
|
||||
birthtime: new Date(stat.birthtime),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user