From 1b0e9ae8d5506144ecb9f4fcb5a86d7bd52e9e19 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 25 Jul 2021 11:43:58 +0800 Subject: [PATCH] add stale bot --- .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..ea0ae6c4 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +daysUntilStale: 7 +daysUntilClose: 7 +exemptLabels: + - bug + - enhancement +staleLabel: wontfix +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. + + 该 issue 在近期内缺少更新或答复,如果仍然缺少更新或响应,issue 将被关闭。