Skip to content

Commit 24d71c9

Browse files
authored
fix github action timing
fix github action timing to match label descriptions
1 parent f3d0923 commit 24d71c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale_issue.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
closed-for-staleness-label: closed-for-staleness
3131

3232
# Issue timing
33-
days-before-stale: 15
34-
days-before-close: 3
33+
days-before-stale: 7
34+
days-before-close: 4
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)