Add configuration file for stale bot.
authorCamila Ayres <hello@camila.codes>
Thu, 19 Sep 2019 10:59:21 +0000 (12:59 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Sep 2019 10:59:21 +0000 (12:59 +0200)
.github/stale.yml [new file with mode: 0644]

diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644 (file)
index 0000000..fb23e8b
--- /dev/null
@@ -0,0 +1,21 @@
+
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 28
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 14
+# Issues with these labels will never be considered stale
+exemptLabels:
+    - 1. developing
+    - 2. to review
+    - 3. to release
+    - enhancement
+    - overview
+# 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 request did not receive an update in the last 4 weeks.
+    Please take a look again and update the issue with new details,
+    otherwise the issue will be automatically closed in 2 weeks. Thank you!
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: false