From bf90bae3dc016ee0e0a78583bd0824901004bd8e Mon Sep 17 00:00:00 2001
From: Eugen Rochko <eugen@zeonfederated.com>
Date: Fri, 25 Oct 2019 11:47:40 +0200
Subject: [PATCH] Create stale.yml (#12207)

---
 .github/stale.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 .github/stale.yml

diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000000..bae5976283
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,9 @@
+daysUntilStale: 60
+daysUntilClose: 7
+exemptLabels:
+  - security
+staleLabel: wontfix
+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.