Browse Source

Increase operations limit for stale action

Jeremy Stretch 1 năm trước cách đây
mục cha
commit
bdf182ffd6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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