From a37a49931f73eb8463e6964df3f55de656dc62cd Mon Sep 17 00:00:00 2001 From: Bruno Sousa Date: Mon, 19 Sep 2022 11:24:45 +0100 Subject: [PATCH 1/2] Add stale bot to process issues from 2017 Signed-off-by: Bruno Sousa --- .github/stale.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 0000000..cdd6d00 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 1725 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 30 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# 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 +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. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false From 247423b3aa22f7a7a30dd73306ac8f12f08ac334 Mon Sep 17 00:00:00 2001 From: Bruno Sousa Date: Tue, 13 Dec 2022 10:47:46 +0000 Subject: [PATCH 2/2] Add lifecycle/frozen and stale labels Signed-off-by: Bruno Sousa --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index cdd6d00..540fc5e 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -5,9 +5,9 @@ daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - pinned - - security + - lifecycle/frozen # Label to use when marking an issue as stale -staleLabel: stale +staleLabel: lifecycle/stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had