From 2640ba9543a89fbf8c7137dfe63a6a4303b895a1 Mon Sep 17 00:00:00 2001 From: Chris Elion Date: Thu, 3 Oct 2019 16:25:26 -0700 Subject: [PATCH] Allow more bot actions per run --- .github/stale.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 14db252808..e8de652be4 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -9,8 +9,7 @@ only: issues # Issue specific configuration issues: - # TODO: Raise the limitPerRun once we are satisfied with the bot's performance - limitPerRun: 1 + limitPerRun: 5 daysUntilStale: 14 daysUntilClose: 14 markComment: >