From b710688cb6c8b09b12d6d3c6553d31a7097d5307 Mon Sep 17 00:00:00 2001 From: chadek <32199566+chadek@users.noreply.github.com> Date: Mon, 1 Apr 2024 11:51:18 +0200 Subject: [PATCH] Increase stale bot operation-per-run value Signed-off-by: chadek <32199566+chadek@users.noreply.github.com> --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7930d86..7f81857 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,6 +18,7 @@ jobs: exempt-issue-labels: bug,pinned,security,planned exempt-pr-labels: bug,pinned,security,planned ascending: true + operations-per-run: 100 stale-issue-label: "stale" stale-pr-label: "stale" stale-issue-message: |