From f766d261076cd1e04f7dd87fdc7192560b3432b1 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 2 Jan 2024 10:59:00 +0100 Subject: [PATCH] Update close-stale-issues.yml Increasing operations per run until we get to reasonable amount of issues --- .github/workflows/close-stale-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index e9bdeadfe3..0e8a627063 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -23,3 +23,4 @@ jobs: exempt-issue-labels: 'feedback-provided' exempt-pr-labels: 'feedback-provided' exempt-all-milestones: true + operations-per-run: 300