Increase operations limit for stale action

This commit is contained in:
Jeremy Stretch 2024-09-16 11:49:15 -04:00
parent 65f81ab81d
commit bdf182ffd6

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/stale@v9
with:
# General parameters
operations-per-run: 100
operations-per-run: 200
remove-stale-when-updated: false
# Issue parameters