We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c1d50 commit dfba10aCopy full SHA for dfba10a
.github/workflows/stale.yaml
@@ -26,7 +26,7 @@ jobs:
26
const issues = await github.paginate(opts);
27
28
// Set this value to whatever makes sense for the repo.
29
- let elapsedDays = 15
+ let elapsedDays = 30
30
31
let elapsed = elapsedDays * 24 * 60 * 60 * 1000;
32
let now = new Date().getTime();
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
- let elapsedDays = 30;
+ let elapsedDays = 15;
92
93
94
0 commit comments