From: Georgi Gerganov Date: Sun, 17 Mar 2024 17:51:57 +0000 (+0200) Subject: ci : close all stale issues at once (#6115) X-Git-Tag: upstream/0.0.4488~2038 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=cd776c37c945bf58efc8fe44b370456680cb1b59;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci : close all stale issues at once (#6115) --- diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index bc08a72d..2682f308 100644 --- a/.github/workflows/close-issue.yml +++ b/.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 }}