From cc5b3ec60d2119ac7f57781a8d9acbe053fce52d Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Fri, 4 Dec 2020 15:46:51 +0100 Subject: [PATCH 1/2] 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. From 2ada9fd086a078ff2505f19e0270584d4230791c Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 7 Dec 2020 18:48:43 +0100 Subject: [PATCH 2/2] Update stale.yml --- .github/stale.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3a412670f..b46ee609c 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,11 @@ daysUntilStale: 60 daysUntilClose: 7 exemptLabels: - - "status: [!] Bug" + - "[!] Bug" + - "[+] Enhancement" + - "Approved" + - "Priority" + - "Under investigation" staleLabel: "resolution: stale" markComment: > This issue has been automatically marked as stale because it has not had