From 51fe25fdbbb7659e94557b0014b20242f2db408c Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Mon, 19 Apr 2021 14:28:03 -0700 Subject: [PATCH] Meta: Stop limiting stale-bot actions per hour. Initially this was configured to 2 an hour so that we could easily disable stale-bot if something went haywire. Now that it's successfully proved it's doing what it's supposed to, let it run the default number of actions per hour. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index faad8387aca..406b409d984 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -45,7 +45,7 @@ closeComment: > Thank you for your contributions! # Limit the number of actions per hour, from 1-30. Default is 30 -limitPerRun: 2 +limitPerRun: 30 # Limit to only `issues` or `pulls` only: pulls