From cb25999ee24a2945bc7575b091a81e3ecfde8b10 Mon Sep 17 00:00:00 2001 From: luin Date: Tue, 24 Oct 2017 00:38:30 +0800 Subject: [PATCH] chore: add stale config --- .github/stale.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..20b626ac --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +daysUntilStale: 30 +daysUntilClose: 7 +exemptLabels: + - pinned + - security +staleLabel: wontfix +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed after 7 days if no further activity occurs, + but feel free to re-open a closed issue if needed. +closeComment: false