Browse Source

Update stale bot configuration

Consider stale just the pending issues
Roman Zabaluev 3 năm trước cách đây
mục cha
commit
576f5d5b15
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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'