From 16c6f883fe684962aa095091848da71de55e9f07 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Tue, 31 May 2022 20:18:09 +0200 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 78b2161f73b0..ee08510b4a30 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -35,4 +35,4 @@ jobs: days-before-stale: 30 days-before-close: 5 exempt-issue-labels: 'documentation,tutorial,TODO' - operations-per-run: 100 # The maximum number of operations per run, used to control rate limiting. + operations-per-run: 300 # The maximum number of operations per run, used to control rate limiting.