Browse Source

Swap to 1000 stale actions while debugging.

Nick Brassel 4 years ago
parent
commit
856029f7c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/stale.yml

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

@@ -20,7 +20,7 @@ jobs:
 
           remove-stale-when-updated: true
           exempt-draft-pr: true
-          operations-per-run: 150
+          operations-per-run: 1000
 
           stale-issue-label: stale
           days-before-issue-stale: 90