Selaa lähdekoodia

remove dry run

mpng 1 vuosi sitten
vanhempi
sitoutus
283cb398b1
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 3 3
      .github/workflows/clear-stale-PRs.yml

+ 3 - 3
.github/workflows/clear-stale-PRs.yml

@@ -15,8 +15,7 @@ jobs:
             repo-token: ${{ secrets.PAT }}
             repo-token: ${{ secrets.PAT }}
             # ====== for pr
             # ====== for pr
             exempt-pr-labels: pinned,security,good-first-issue,in-progress
             exempt-pr-labels: pinned,security,good-first-issue,in-progress
-            operations-per-run: 250
-            enable-statistics: true
+
             ascending: true # gets in ascending order
             ascending: true # gets in ascending order
             stale-issue-label: "stale"
             stale-issue-label: "stale"
             days-before-pr-stale: 21
             days-before-pr-stale: 21
@@ -28,4 +27,5 @@ jobs:
             close-pr-message: |
             close-pr-message: |
               This pull request has not seen any activity since it was marked stale.
               This pull request has not seen any activity since it was marked stale.
               Closing.
               Closing.
-            debug-only: true # true for dry run, false to actually perform the operations
+            operations-per-run: 250
+            debug-only: false # true for dry run, false to actually perform the operations