From 49bfc907cdb3d72d57ba8b972457d81b6612e2bf Mon Sep 17 00:00:00 2001 From: jeffvli Date: Thu, 28 May 2026 23:07:47 -0700 Subject: [PATCH] bump lock-threads to v6 --- .github/workflows/stale.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a8a3c822d..ade141e47 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,7 +12,8 @@ jobs: pull-requests: write runs-on: ubuntu-latest steps: - - uses: dessant/lock-threads@v5 + - uses: dessant/lock-threads@v6 + with: process-only: 'issues, prs' issue-inactive-days: 120 @@ -29,15 +30,15 @@ jobs: days-before-pr-close: 30 stale-issue-message: > This issue has been automatically marked as stale because it has not had recent activity. The resources of the Feishin team are limited, and so we are asking for your help. - + If this is a **bug** and you can still reproduce this error on the development branch, please reply with all of the information you have about it in order to keep the issue open. - + This issue will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions. stale-pr-message: > This PR has been automatically marked as stale because it has not had recent activity. The resources of the Feishin team are limited, and so we are asking for your help. - + This PR will automatically be closed in the near future if no further activity occurs. Thank you for all your contributions.