From c9ce83fa978df474e71338e7bd71100f15771659 Mon Sep 17 00:00:00 2001 From: MAGIC Date: Wed, 2 Jun 2021 22:08:26 +0200 Subject: [PATCH] [GH-Actions][scale] Use ascending mode + increase operations-per-run --- .github/workflows/close_old_issues_and_prs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close_old_issues_and_prs.yml b/.github/workflows/close_old_issues_and_prs.yml index 50db7591..5b86aed1 100644 --- a/.github/workflows/close_old_issues_and_prs.yml +++ b/.github/workflows/close_old_issues_and_prs.yml @@ -28,6 +28,7 @@ jobs: exempt-pr-labels: "pinned,security,enhancement" stale-issue-label: "stale" stale-pr-label: "stale" - operations-per-run: "50" + operations-per-run: "250" + ascending: "true" #DRY-RUN - debug-only: "false" + debug-only: "false" \ No newline at end of file