소스 검색

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

Georgi Gerganov 1 년 전
부모
커밋
cd776c37c9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 }}