stale.yml: revert to 100 ops otherwise some of them are skipped

This commit is contained in:
Philip H 2024-01-29 15:58:52 +01:00 committed by GitHub
parent 79f1b88534
commit 4f3479c89e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,4 +31,4 @@ jobs:
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 5
operations-per-run: 100