From 419b0cbf5c23a06886a583c2fc0530db2360a70f Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Tue, 8 Mar 2022 00:12:17 +0100 Subject: [PATCH] Add stale bot (#545) --- .github/workflows/stale.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/stale.yml diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 00000000..004297ab --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,13 @@ +daysUntilStale: 180 +daysUntilClose: 28 +exemptLabels: + - keep-open +# 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 after 4 weeks 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