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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-21 10:16:37 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-21 10:16:37 +0300
commit57b977175dde6fde71fd06e38ddd29b2470b2b6c (patch)
treeb30fc3a9f77bc6ec9bcc30832f1e25523d6534d1 /.github
parente5b9bb9333210a0a2c747571de53586cfdb5315f (diff)
Revert "Remove lock bot config temporarily"
This reverts commit 3d49dd2bc3153a0af298dad56fd3d379e168401d.
Diffstat (limited to '.github')
-rw-r--r--.github/lock.yml35
1 files changed, 35 insertions, 0 deletions
diff --git a/.github/lock.yml b/.github/lock.yml
new file mode 100644
index 000000000..b3c878526
--- /dev/null
+++ b/.github/lock.yml
@@ -0,0 +1,35 @@
+# Configuration for lock-threads - https://github.com/dessant/lock-threads
+
+# Number of days of inactivity before a closed issue or pull request is locked
+daysUntilLock: 360
+
+# Issues and pull requests with these labels will not be locked. Set to `[]` to disable
+exemptLabels: []
+
+# Label to add before locking, such as `outdated`. Set to `false` to disable
+lockLabel: false
+
+# Comment to post before locking. Set to `false` to disable
+lockComment: >
+ This thread has been automatically locked since there has not been
+ any recent activity after it was closed. Please open a new issue for
+ related bugs and questions.
+
+# Assign `resolved` as the reason for locking. Set to `false` to disable
+setLockReason: false
+
+# Limit to only `issues` or `pulls`
+# only: issues
+
+# Optionally, specify configuration settings just for `issues` or `pulls`
+# issues:
+# exemptLabels:
+# - help-wanted
+# lockLabel: outdated
+
+# pulls:
+# daysUntilLock: 30
+
+# Repository to extend settings from
+# _extends: repo
+