From 0b23a094079f11dff3fe0a2a2fe3befcce6ffb5f Mon Sep 17 00:00:00 2001 From: Joe Bourne Date: Wed, 19 Feb 2020 08:25:15 -0500 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5201ee78e..40ed12063 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue has not had any activity in 30 days, if you still require assistance please remove the `no-issue-activity` label' + stale-issue-message: 'This issue has not had any activity for 45 days and will be closed in 45 days if there continues to be no activity.' stale-issue-label: 'no-issue-activity' - days-before-stale: 30 - days-before-close: 14 + days-before-stale: 45 + days-before-close: 45