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

This commit is contained in:
Georgi Gerganov 2024-03-17 19:51:57 +02:00 committed by GitHub
parent dc0f612548
commit cd776c37c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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." 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-stale: -1
days-before-pr-close: -1 days-before-pr-close: -1
operations-per-run: 1000
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}