浏览代码

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