From 33ddb28f8b0f0841ef22bc9481dcbdc4184c27e6 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Thu, 6 Nov 2025 20:29:26 +0800 Subject: [PATCH] ci: set value for stale issues too --- .github/workflows/stale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ab150c24f39..d57ae0c396c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/stale@v10 with: close-pr-message: "Thank you for your contribution. This PR has been inactive for a while, so we're closing it to free up bandwidth. Feel free to reopen it if you still find it useful." + days-before-issue-stale: 360 + days-before-issue-close: 30 days-before-pr-stale: 90 days-before-pr-close: 10 operations-per-run: 1000