Skip to content

Commit

Permalink
chore: relax stale issue timings (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertk authored Feb 7, 2024
1 parent 901405e commit 04c60b0
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 @@ -33,8 +33,8 @@ jobs:
closed-for-staleness-label: closed-for-staleness

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

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

0 comments on commit 04c60b0

Please sign in to comment.