Increase operations/run for stalebot (#47459)

Lena created

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

Release Notes:

- N/A

Change summary

.github/workflows/community_close_stale_issues.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/community_close_stale_issues.yml 🔗

@@ -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 }}