ci : close all stale issues at once

This commit is contained in:
Georgi Gerganov 2024-03-17 19:49:01 +02:00
parent dc0f612548
commit 9445ef816d
No known key found for this signature in database
GPG key ID: BF970631944C16B7

View file

@ -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 }}