From 9d3dfdd60e2249b7502807673239c2b1784495a7 Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 25 Jan 2024 11:52:48 +0800 Subject: [PATCH] increase operations-per-run in stale workflow --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fad2ce6f..a298974c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -32,3 +32,4 @@ jobs: debug-only: ${{ github.event.inputs.debug-only }} exempt-all-pr-milestones: true exempt-all-pr-assignees: true + operations-per-run: 200