Increase operations/run for stalebot (#47459)

It's been running out of operations before it could do everything it's
supposed to do.

Release Notes:

- N/A
This commit is contained in:
Lena 2026-01-23 09:49:50 +00:00 committed by GitHub
parent d3b1f7f042
commit 916da3d2a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ jobs:
days-before-stale: 60
days-before-close: 14
only-issue-types: "Bug,Crash"
operations-per-run: ${{ inputs.operations-per-run || 1000 }}
operations-per-run: ${{ inputs.operations-per-run || 2000 }}
ascending: true
enable-statistics: true
debug-only: ${{ inputs.debug-only }}