Skip to content

Commit

Permalink
chore: relax stale issue timings (#5735)
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 authored Jan 29, 2024
1 parent c5b9d4d commit 84dec59
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 84dec59

Please sign in to comment.