Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamila Ayres <hello@camila.codes>2019-09-19 13:59:21 +0300
committerGitHub <noreply@github.com>2019-09-19 13:59:21 +0300
commit8caa9971811fc0a38b92c6d8d5a5bc2345eb6306 (patch)
treea12a63690f44c6a2973454e3f809c55759ca6b37
parent55ebd5154c66acfe9973bfd3ec979dc7d7f17890 (diff)
Add configuration file for stale bot.
-rw-r--r--.github/stale.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..fb23e8be3
--- /dev/null
+++ b/.github/stale.yml
@@ -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