From de3ea82eb9c7bdb60d540b3a93414176637dd547 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Wed, 22 Feb 2023 21:27:08 +0800 Subject: [PATCH] ci: add closeComment for stale --- .github/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 28e02a81..33aa77dd 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 44 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 8 # Issues with these labels will never be considered stale exemptLabels: - accepted @@ -14,4 +14,6 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: true \ No newline at end of file +closeComment: > + This issue was closed due to inactive more than 52 days. You can reopen or + recreate it if you think it should continue. Thank you for your contributions again. \ No newline at end of file