Explorar o código

Increase operations limit for stale action

Jeremy Stretch hai 1 ano
pai
achega
bdf182ffd6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/close-stale-issues.yml

+ 1 - 1
.github/workflows/close-stale-issues.yml

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