From 8f7e69be29d6ddbff376092f6ef9b4afcd7ceb4c Mon Sep 17 00:00:00 2001 From: Jan Pieter Posthuma Date: Sun, 16 Feb 2020 12:14:24 +0100 Subject: [PATCH 1/3] Adding Stale bot to repro --- .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..dc90e5a --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 60 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: wontfix +# 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 214cfaf34729ca5e7e30be6c59aedc1eb233d422 Mon Sep 17 00:00:00 2001 From: Jan Pieter Posthuma Date: Sun, 16 Feb 2020 12:29:39 +0100 Subject: [PATCH 2/3] Adding extra exclude label --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a..8ec2004 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - enhancement # Label to use when marking an issue as stale staleLabel: wontfix # Comment to post when marking an issue as stale. Set to `false` to disable From e206c1d20c20ea7eb95a94656f72421b91306283 Mon Sep 17 00:00:00 2001 From: Jan Pieter Posthuma Date: Sun, 16 Feb 2020 12:34:15 +0100 Subject: [PATCH 3/3] Adding 'bug' to exclude label --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 8ec2004..62c3638 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - bug - enhancement # Label to use when marking an issue as stale staleLabel: wontfix