Procházet zdrojové kódy

[GH-Actions][scale] Use ascending mode + increase operations-per-run

MAGIC před 4 roky
rodič
revize
c9ce83fa97
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3 2
      .github/workflows/close_old_issues_and_prs.yml

+ 3 - 2
.github/workflows/close_old_issues_and_prs.yml

@@ -28,6 +28,7 @@ jobs:
           exempt-pr-labels: "pinned,security,enhancement"
           exempt-pr-labels: "pinned,security,enhancement"
           stale-issue-label: "stale"
           stale-issue-label: "stale"
           stale-pr-label: "stale"
           stale-pr-label: "stale"
-          operations-per-run: "50"
+          operations-per-run: "250"
+          ascending: "true"
           #DRY-RUN
           #DRY-RUN
-          debug-only: "false"
+          debug-only: "false"