feat: increase operations per run for workflow: cron

sudoforge created

This change increases the number of operations that the workflow will
perform from the default (30) to 1000, in order to allow for a large
number of issues and pull requests to be processed.

Change summary

.github/workflows/cron.yml | 1 +
1 file changed, 1 insertion(+)

Detailed changes

.github/workflows/cron.yml 🔗

@@ -13,6 +13,7 @@ jobs:
     steps:
       - uses: actions/stale@v9
         with:
+          operations-per-run: 1000
           stale-issue-label: lifecycle/stale
           stale-pr-label: lifecycle/stale
           days-before-stale: 90