Browse Source

Increased Operations per Run

Only half of the issues seem to be addressed with the default value of 30. Increasing it to double + a margin.
Mariska 1 year ago
parent
commit
781276bba2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/stale.yml

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

@@ -12,6 +12,7 @@ jobs:
           days-before-pr-close: -1 
           days-before-stale: 365
           days-before-close: 14
+          operations-per-run: 75
           exempt-issue-labels: 'Status: Triage,Developer Environment :computer:,Status: On Backlog,PR: Community Contribution :crown:,PR: Printer Definitions :factory:,PR: Translations :books:'
           stale-issue-label: 'Status: Stale :hourglass:'
           labels-to-add-when-unstale: 'Status: Triage'