Explorar o código

ci : close all stale issues at once (#6115)

Georgi Gerganov hai 1 ano
pai
achega
cd776c37c9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/close-issue.yml

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

@@ -19,4 +19,5 @@ jobs:
           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-close: -1
+          operations-per-run: 1000
           repo-token: ${{ secrets.GITHUB_TOKEN }}