From 17e6b19210a09188c1d0d28743e8d057faad74e3 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Wed, 22 Mar 2023 12:37:56 -0400 Subject: [PATCH] Update stale action operations per run --- .github/workflows/repo-stale.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/repo-stale.yaml b/.github/workflows/repo-stale.yaml index a0e05022b..2c9bcf6e8 100644 --- a/.github/workflows/repo-stale.yaml +++ b/.github/workflows/repo-stale.yaml @@ -18,6 +18,7 @@ jobs: - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} + operations-per-run: 75 days-before-stale: 120 days-before-pr-stale: -1 days-before-close: 21 @@ -39,6 +40,7 @@ jobs: - uses: actions/stale@6f05e4244c9a0b2ed3401882b05d701dd0a7289b # v7.0.0 with: repo-token: ${{ secrets.JF_BOT_TOKEN }} + operations-per-run: 75 days-before-stale: -1 days-before-close: 90 days-before-issue-close: -1