Explorar o código

updated stale config
[ci skip]

Sebastian Stenzel %!s(int64=5) %!d(string=hai) anos
pai
achega
4f3ff55ae7
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .github/stale.yml

+ 3 - 1
.github/stale.yml

@@ -1,12 +1,14 @@
 # Number of days of inactivity before an issue becomes stale
-daysUntilStale: 90
+daysUntilStale: 180
 # Number of days of inactivity before a stale issue is closed
 daysUntilClose: 30
 # Issues with these labels will never be considered stale
 exemptLabels:
   - type:security-issue # never close automatically
+  - type:feature-request # never close automatically
   - state:awaiting-response # handled by different bot
   - state:blocked
+  - state:confirmed
 # Set to true to ignore issues in a milestone (defaults to false)
 exemptMilestones: true
 # Label to use when marking an issue as stale