From ae8954e1d1a5a80876fdc64451560839b57a52f5 Mon Sep 17 00:00:00 2001 From: Andreas Gullberg Larsen Date: Mon, 8 Jul 2024 22:57:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7Increase=20stale=20bot=20limit=20to?= =?UTF-8?q?=20100=20issues/prs=20(#1407)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently have 46 issues/PRs to process, so the default of 30 was too small. The idea with a limit is to avoid hitting github throttling. --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4b4a3a7531..b004064576 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -36,3 +36,4 @@ jobs: exempt-draft-pr: false exempt-milestones: true exempt-all-milestones: true + operations-per-run: 100 # Default 30, a bit small as we have many stale/pinned issues to re-process