From 165431a8973d06a5d18fe3e26e2981612ea7701b Mon Sep 17 00:00:00 2001 From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Fri, 22 Dec 2023 20:10:10 +0000 Subject: [PATCH] Update stale.yaml Set to 28 days. --- .github/workflows/stale.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index ff36ea205..88a0d50a5 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/stale@v8.0.0 with: - stale-issue-message: 'This issue has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' - stale-pr-message: 'This PR has been inactive for 45 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' + stale-issue-message: 'This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' + stale-pr-message: 'This PR has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.' operations-per-run: 100 # These are the defaults at the time of writing. https://github.com/marketplace/actions/close-stale-issues - # days-before-stale: 45 + # days-before-stale: 28 # days-before-close: 7