From d41a1596ea437006195d9aaac78925b1616465de Mon Sep 17 00:00:00 2001 From: Ben Grynhaus Date: Sat, 26 Jan 2019 20:37:31 +0200 Subject: [PATCH] add stale-bot configuration --- .github/stale.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..c2c93e53 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,11 @@ +daysUntilStale: 60 +daysUntilClose: 7 +exemptLabels: + - pinned + - security +staleLabel: 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