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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-08-22 09:23:38 +0300
committerGitHub <noreply@github.com>2019-08-22 09:23:38 +0300
commitbd0d826df33ba87f1eda6cf695cc3129923c8bcd (patch)
tree4189daa8c93210f1a6c9f62a892a2c339a99a533 /.github
parentd27dc6481546233b8f3a717cef7c75c86aeac869 (diff)
Create stale.yml
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 000000000..6f9f7001f
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,16 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 30
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 7
+# Issues with these labels will never be considered stale
+onlyLabels:
+ - "needs info"
+# Label to use when marking an issue as stale
+staleLabel: wontfix
+# Comment to post when marking an issue as stale. Set to `false` to disable
+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.
+# Comment to post when closing a stale issue. Set to `false` to disable
+closeComment: false