There was an error while loading. Please reload this page.
1 parent d285430 commit c5841e6Copy full SHA for c5841e6
.github/workflows/stale-issue.yml
@@ -3,7 +3,7 @@ name: "Close stale issues"
3
# Controls when the action will run.
4
on:
5
schedule:
6
- - cron: "0 0 * * *"
+ - cron: "*/60 * * * *"
7
8
jobs:
9
cleanup:
@@ -30,8 +30,8 @@ jobs:
30
closed-for-staleness-label: closed-for-staleness
31
32
# Issue timing
33
- days-before-stale: 7
34
- days-before-close: 4
+ days-before-stale: 2
+ days-before-close: 5
35
days-before-ancient: 365
36
37
# If you don't want to mark a issue as being ancient based on a
0 commit comments