From 5053dd7978a78760a51cd480be83b080d9b7aa01 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Tue, 3 Mar 2026 16:55:45 +0100 Subject: [PATCH] chore: Set operations per run to 1000 --- .github/workflows/stale.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index eb1ab94c6..4d7ecce82 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -17,4 +17,5 @@ jobs: days-before-pr-stale: 365 days-before-issue-close: 30 days-before-pr-close: 30 - exempt-all-assignees: true \ No newline at end of file + exempt-all-assignees: true + operations-per-run: 1000 \ No newline at end of file