Переглянути джерело

Exempt pull requests from stalebot

Jeremy Stretch 6 роки тому
батько
коміт
a08ee68033
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      .github/stale.yml

+ 3 - 0
.github/stale.yml

@@ -1,5 +1,8 @@
 # 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
 daysUntilStale: 14