From cc5b3ec60d2119ac7f57781a8d9acbe053fce52d Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 4 Dec 2020 15:46:51 +0100 Subject: [PATCH] Create stale.yml --- .github/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 000000000..3a412670f --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,13 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - "status: [!] Bug" +staleLabel: "resolution: stale" +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. Thank you + for your contributions. +closeComment: > + This issue has been automatically closed because it has not had activity in + a long time. If the issue still applies to the most recent supported + version, please open a new issue referencing this original issue.