From f1209c1279bca89eca295f79964be5ff1ffd72f1 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Wed, 5 Feb 2025 23:43:38 +0200 Subject: [PATCH] Increase the stale operations Signed-off-by: Trial97 --- .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 c93ea5e87..fb33d76a7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,6 @@ on: - cron: "0 0 * * 0" workflow_dispatch: - jobs: label: name: Label issues and PRs @@ -27,3 +26,4 @@ jobs: exempt-issue-labels: rfc,nostale exempt-all-milestones: true exempt-all-assignees: true + operations-per-run: 1000