From e2de008ef6c2eb8a6eadfeed071c35923a667cfa Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com.> Date: Mon, 22 Jul 2024 22:11:53 +0200 Subject: [PATCH] perf: increase operations to 800 [skip changelog] --- .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 a01a7f9723..ad7e57ca0a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -31,5 +31,5 @@ jobs: # Temporary to reduce the huge issues number ascending: true - operations-per-run: 500 + operations-per-run: 800 debug-only: false