From d77fd6102a4625188e1d944782704329c3fe2910 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Wed, 11 Jun 2025 12:04:30 +0200 Subject: [PATCH] chore(github): update `stale` workflow --- .github/workflows/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4a0cbb44..62c6a337 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: issues: write steps: - - uses: actions/stale@v9 + - uses: actions/stale@52ba5a3ff1187e527a8a9b699ffb1c6f1b4c8bbd with: days-before-pr-stale: -1 days-before-stale: 60 @@ -33,4 +33,5 @@ jobs: — Nuxt UI Team exempt-issue-labels: 'feature,announcement' - operations-per-run: 300 \ No newline at end of file + operations-per-run: 300 + cache-prefix: _state_stale \ No newline at end of file