From b6453e9fac243f522c939ccd9eabdc3e9dfcd3f0 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Wed, 15 May 2019 07:46:58 +0300 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 bf9b0fb3..8055777d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 30 exemptLabels: - bug - urgent + - necessary # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable @@ -14,4 +15,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. If this is incorrect, please respond with an update. 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