Browse Source

Update stale.yml

David Benson 6 years ago
parent
commit
56645d1feb
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/stale.yml

+ 3 - 2
.github/stale.yml

@@ -1,11 +1,12 @@
 # Number of days of inactivity before an issue becomes stale
-daysUntilStale: 180 
+daysUntilStale: 500
 # Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
+daysUntilClose: 20
 # Issues with these labels will never be considered stale
 exemptLabels:
   - pinned
   - security
+  - notstale
 # Label to use when marking an issue as stale
 staleLabel: wontfix
 # Comment to post when marking an issue as stale. Set to `false` to disable