Browse Source

Exempt pull requests from stalebot

Jeremy Stretch 6 năm trước cách đây
mục cha
commit
a08ee68033
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .github/stale.yml

+ 3 - 0
.github/stale.yml

@@ -1,5 +1,8 @@
 # Configuration for Stale (https://github.com/apps/stale)
 # Configuration for Stale (https://github.com/apps/stale)
 
 
+# Pull requests are exempt from being marked as stale
+only: issues
+
 # Number of days of inactivity before an issue becomes stale
 # Number of days of inactivity before an issue becomes stale
 daysUntilStale: 14
 daysUntilStale: 14