]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : close inactive issue, increase operations per run (#6270)
authorPierrick Hymbert <redacted>
Sun, 24 Mar 2024 08:57:06 +0000 (09:57 +0100)
committerGitHub <redacted>
Sun, 24 Mar 2024 08:57:06 +0000 (10:57 +0200)
.github/workflows/close-issue.yml

index a151c6780aaa5b120bafbe244ba4ecc39122e7c0..7f21daec01d1b2ccdcf5a0af19fa379b52489927 100644 (file)
@@ -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."
           days-before-pr-stale: -1
           days-before-pr-close: -1
-          operations-per-run: 1000
+          operations-per-run: 10000
           repo-token: ${{ secrets.GITHUB_TOKEN }}