From c3e1d8e7ef839ce97debd519dd33acf0e63822b3 Mon Sep 17 00:00:00 2001 From: Justin Hutchings Date: Mon, 23 Jun 2025 08:26:11 -0700 Subject: [PATCH] Update stale to latest This will enable better close reasons so things aren't erroneously marked as Done --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1aa271f3a1..95761a6d90 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@v5 + - uses: actions/stale@v9 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: "This issue hasn't been updated in a while. If it's still reproducing, please comment to let us know. Thank you!"