Selaa lähdekoodia

Update stale bot configuration

Consider stale just the pending issues
Roman Zabaluev 3 vuotta sitten
vanhempi
commit
576f5d5b15
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      .github/stale.yml

+ 3 - 0
.github/stale.yml

@@ -2,6 +2,9 @@
 daysUntilStale: 30
 # Number of days of inactivity before a stale issue is closed
 daysUntilClose: 7
+# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
+onlyLabels:
+  - 'status/pending'
 # Issues with these labels will never be considered stale
 exemptLabels:
   - 'status/on-hold'