Skip to content

Commit dfba10a

Browse files
author
Massimiliano Pippi
authored
[skip ci] fix stalebot (#476)
1 parent d3c1d50 commit dfba10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
const issues = await github.paginate(opts);
2727
2828
// Set this value to whatever makes sense for the repo.
29-
let elapsedDays = 15
29+
let elapsedDays = 30
3030
3131
let elapsed = elapsedDays * 24 * 60 * 60 * 1000;
3232
let now = new Date().getTime();
@@ -88,7 +88,7 @@ jobs:
8888
const issues = await github.paginate(opts);
8989
9090
// Set this value to whatever makes sense for the repo.
91-
let elapsedDays = 30;
91+
let elapsedDays = 15;
9292
9393
let elapsed = elapsedDays * 24 * 60 * 60 * 1000;
9494
let now = new Date().getTime();

0 commit comments

Comments
 (0)