فهرست منبع

pass stal bot inactivity limit from 6 to 3 months

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 1 سال پیش
والد
کامیت
aa0a4189ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/stale.yml

+ 1 - 1
.github/stale.yml

@@ -1,7 +1,7 @@
 # Configuration for probot-stale - https://github.com/probot/stale
 
 # Number of days of inactivity before an Issue or Pull Request becomes stale
-daysUntilStale: 180
+daysUntilStale: 90
 
 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
 # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.