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 doubles what we had previously.
  • Loading branch information
kellertk committed Jan 27, 2024
1 parent 670130e commit a62ee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
closed-for-staleness-label: closed-for-staleness

# Issue timing
days-before-stale: 5
days-before-close: 2
days-before-stale: 10
days-before-close: 4
days-before-ancient: 2190

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

0 comments on commit a62ee61

Please sign in to comment.