From 62ad99e252a1b0e1b4d187313091dd8f5e2ec32a Mon Sep 17 00:00:00 2001 From: lyy Date: Mon, 21 Sep 2020 08:35:57 +0800 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 8488e668..7d5e41cc 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -8,6 +8,7 @@ exemptLabels: - adaptation - new features - suggest + - pending # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable @@ -16,4 +17,4 @@ 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: false \ No newline at end of file +closeComment: false