From f78f1795fe90f73d36bcdcb58aac362bf02e2aad Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 8 Nov 2021 17:51:18 -0800 Subject: [PATCH] Update stale issue message --- .github/stale.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 525166199..26994b125 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,8 +10,11 @@ staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + recent activity. It will be closed if no further activity occurs. If this + was a feature request that others have shown no interest in then it's + likely to not get implemented due to lack of interest. If others also + want to see this feature then now is the time to say something! + Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false exemptMilestones: true