From 19c79f0a735b08489385cbb81e739b0c1b2a7580 Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Thu, 24 Jun 2021 13:17:37 -0500 Subject: [PATCH] Update stale.yml changed ascending to true in order to catch all the old ones next time --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index a09e358867..86915fb258 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,6 +14,7 @@ jobs: - uses: actions/stale@v3 with: #debug-only: true + ascending: true operations-per-run: 520 enable-statistics: true repo-token: ${{ secrets.GITHUB_TOKEN }}