Skip to content

Commit

Permalink
Set daysUntilClose to 60 in stale.yaml (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack authored Oct 10, 2022
1 parent 2234bd3 commit 62a4287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Number of days of inactivity before an issue becomes stale
daysUntilStale: 120
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 15
daysUntilClose: 60
# Issues with these labels will never be considered stale
exemptLabels:
- "help wanted"
Expand Down

0 comments on commit 62a4287

Please sign in to comment.