From 7a9d93a190fd6a67f0904e8da2d1249b9979fcad Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Fri, 19 Mar 2021 16:54:13 +0100
Subject: [PATCH] chore: bump operations-per-run for stale action (#9222)

---
 .github/workflows/stale-action.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/stale-action.yml b/.github/workflows/stale-action.yml
index 149913f0ab..5372e3cb52 100644
--- a/.github/workflows/stale-action.yml
+++ b/.github/workflows/stale-action.yml
@@ -11,8 +11,8 @@ jobs:
     steps:
       - uses: actions/stale@v3.0.18
         with:
-          # Rate limit per run, defaults to 30.
-          operations-per-run: 30
+          # Rate limit per run, (defaults to 30, but we've increased it to 40 for now).
+          operations-per-run: 40
 
           # Only issues with both `reproduction:needed` and `type:bug` will be touched by the stale bot.
           only-issue-labels: 'reproduction:needed,type:bug'
-- 
GitLab