Skip to content

Commit 2150a1c

Browse files
authored
chore: relax stale issue timings (#4578)
We received customer feedback that our stale issue timings are too tight. This brings issue timings into line with other AWS SDK teams.
1 parent 41ba1f6 commit 2150a1c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale_issues.yml

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

3131
# Issue timing
32-
days-before-stale: 5
33-
days-before-close: 2
32+
days-before-stale: 10
33+
days-before-close: 4
3434
days-before-ancient: 36500
3535

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

0 commit comments

Comments
 (0)