Skip to content

Commit c5841e6

Browse files
authored
Update stale-issue.yml (#244)
1 parent d285430 commit c5841e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/stale-issue.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Close stale issues"
33
# Controls when the action will run.
44
on:
55
schedule:
6-
- cron: "0 0 * * *"
6+
- cron: "*/60 * * * *"
77

88
jobs:
99
cleanup:
@@ -30,8 +30,8 @@ jobs:
3030
closed-for-staleness-label: closed-for-staleness
3131

3232
# Issue timing
33-
days-before-stale: 7
34-
days-before-close: 4
33+
days-before-stale: 2
34+
days-before-close: 5
3535
days-before-ancient: 365
3636

3737
# If you don't want to mark a issue as being ancient based on a

0 commit comments

Comments
 (0)