Increase operations limit for stale action
This commit is contained in:
parent
65f81ab81d
commit
bdf182ffd6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue