build: add workflow for autoclose issues without response

This commit is contained in:
calebboyd
2021-09-26 13:58:54 -05:00
parent a9811257ea
commit 37ee352408
7 changed files with 23 additions and 1 deletions
+1 -1
View File
@@ -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),
}
}