From b60408c9f15f36c53871ee0bd2308a05176dbc1f Mon Sep 17 00:00:00 2001 From: Mark Jansen Date: Sat, 4 Jun 2022 20:35:01 +0200 Subject: [PATCH] [CI] Increase operations-per-run for the stale script --- .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 a243274f9f8..5ffbec47d18 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,4 @@ jobs: stale-pr-message: 'This PR is stale because it received no updates in the last 4 months. Without removing the stale label, or commenting on this ticket it will be closed in 2 weeks.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' - operations-per-run: 50 + operations-per-run: 100