Browse Source

Update stale.yml

Amauri CHAMPEAUX 4 years ago
parent
commit
bd5306f418
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
 # Number of days of inactivity before an issue becomes stale
-daysUntilStale: 15
+daysUntilStale: 20
 # Number of days of inactivity before a stale issue is closed
 # Number of days of inactivity before a stale issue is closed
-daysUntilClose: 3
+daysUntilClose: 5
 # Issues with these labels will never be considered stale
 # Issues with these labels will never be considered stale
 exemptLabels:
 exemptLabels:
   - pinned
   - pinned
   - security
   - security
+  - active
 # Label to use when marking an issue as stale
 # Label to use when marking an issue as stale
 staleLabel: inactive
 staleLabel: inactive
 # Comment to post when marking an issue as stale. Set to `false` to disable
 # Comment to post when marking an issue as stale. Set to `false` to disable