From 856029f7c517d77d034a0c951ef8a12bfe61e2a9 Mon Sep 17 00:00:00 2001
From: Nick Brassel <nick@tzarc.org>
Date: Mon, 13 Jun 2022 11:05:25 +1000
Subject: [PATCH] Swap to 1000 stale actions while debugging.

---
 .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 d473c4a3d4..eac6eb04ed 100644
--- a/.github/workflows/stale.yml
+++ b/.github/workflows/stale.yml
@@ -20,7 +20,7 @@ jobs:
 
           remove-stale-when-updated: true
           exempt-draft-pr: true
-          operations-per-run: 150
+          operations-per-run: 1000
 
           stale-issue-label: stale
           days-before-issue-stale: 90