From 3119ea986cd005d997bf18bcc40d3d9c648b417a Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Thu, 27 Feb 2020 09:29:56 +0000 Subject: [PATCH] Better stale/close messages --- .github/workflows/stale2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale2.yml b/.github/workflows/stale2.yml index 4a676c6..ce6f9c1 100644 --- a/.github/workflows/stale2.yml +++ b/.github/workflows/stale2.yml @@ -20,8 +20,8 @@ jobs: STALE_ISSUE_LABEL: 'stale' STALE_PR_LABEL: 'stale' OPERATIONS_PER_RUN: 30 - STALE_ISSUE_MESSAGE: 'This issue will be closed as no response' - CLOSE_MESSAGE: 'Closing stale issue' + STALE_ISSUE_MESSAGE: 'This issue will be closed as no updates for 60 days' + CLOSE_MESSAGE: 'Closing stale issue after 90 days of inactivity' EXEMPT_ISSUE_LABELS: | bug documentation