Преглед изворни кода

ci : close inactive issue, increase operations per run (#6270)

Pierrick Hymbert пре 1 година
родитељ
комит
ea279d5609
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/close-issue.yml

+ 1 - 1
.github/workflows/close-issue.yml

@@ -19,5 +19,5 @@ jobs:
           close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
           close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
           days-before-pr-stale: -1
           days-before-pr-stale: -1
           days-before-pr-close: -1
           days-before-pr-close: -1
-          operations-per-run: 1000
+          operations-per-run: 10000
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           repo-token: ${{ secrets.GITHUB_TOKEN }}