Explorar el Código

Update stale bot configuration

Consider stale just the pending issues
Roman Zabaluev hace 3 años
padre
commit
576f5d5b15
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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'