From cf5ab613b50d74a9c2a3b0f4a436d3907b00cbba Mon Sep 17 00:00:00 2001 From: David Xia Date: Mon, 10 Sep 2018 09:13:14 -0400 Subject: [PATCH] Add probot/stale config to close stable issues. Let's try out this bot. See https://probot.github.io/apps/stale/ and https://github.com/probot/stale. Also used by spotify/luigi and spotify/pythonflow. --- .github/stale.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..ca59f6d1 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,12 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - pinned + - security +staleLabel: closed-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: false +only: issues