From a52afd2aebeb1029f80f175489e66a310de4197d Mon Sep 17 00:00:00 2001 From: Jason Smith Date: Thu, 17 Sep 2020 04:35:10 -0700 Subject: [PATCH] Update stale issue message and parameters (#19412) * Update stale issue bot * Update close-stale.yml * Update close-stale.yml Co-authored-by: Scott Lahteine --- .github/workflows/close-stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/close-stale.yml b/.github/workflows/close-stale.yml index 083e844e90..89d5d65351 100644 --- a/.github/workflows/close-stale.yml +++ b/.github/workflows/close-stale.yml @@ -20,8 +20,8 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label / comment or this will be closed in 5 days.' + stale-issue-message: 'This issue has had no activity in the last 30 days. Please add a reply if you want to keep this issue active, otherwise it will be automatically closed within 7 days.' days-before-stale: 30 - days-before-close: 5 + days-before-close: 7 stale-issue-label: 'stale-closing-soon' exempt-issue-labels: 'T: Feature Request'