From bb465dbfaafeb6d42a4ee277d1cfe6d7067dfa34 Mon Sep 17 00:00:00 2001 From: Brady Wetherington Date: Wed, 24 Jul 2024 15:09:23 +0100 Subject: [PATCH] Cut down run number to 100 from 1000 --- .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 61160a1240..14ddea2258 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/stale@v9 with: debug-only: true - operations-per-run: 1000 # just while we're debugging + operations-per-run: 100 # just while we're debugging repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-stale: 60 days-before-close: 7