From 7418ae098d186d98ae8688c8c1c6f0e3e0adbeeb Mon Sep 17 00:00:00 2001 From: fatedier Date: Thu, 25 Jan 2024 12:25:29 +0800 Subject: [PATCH] increase operations-per-run in stale workflow (#3950) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fad2ce6..a298974 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