Skip to content

Commit

Permalink
chore: relax stale issue timings
Browse files Browse the repository at this point in the history
We received customer feedback that our stale issue timings are too tight.
This brings issue timings into line with other AWS SDK teams.
  • Loading branch information
kellertk committed Jan 27, 2024
1 parent 0b29652 commit de0aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 7
days-before-stale: 10
days-before-close: 4
days-before-ancient: 365

Expand Down

0 comments on commit de0aee4

Please sign in to comment.