From b25f8a67fc1c9fdd14bccfc29c7711ae351a0ae9 Mon Sep 17 00:00:00 2001 From: Gauvain <68083474+Gauvino@users.noreply.github.com> Date: Thu, 28 Aug 2025 17:34:15 +0200 Subject: [PATCH] ci: Enable statistics for stale issue workflow --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a138aad5..2e52296f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -20,6 +20,7 @@ jobs: # Global settings repo-token: ${{ secrets.GITHUB_TOKEN }} operations-per-run: 500 # Increase if you have >1000 issues + enable-statistics: true # Issue configuration days-before-issue-stale: 90