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

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Rodríguez Baquero <diegorbaquero@gmail.com>2020-09-04 22:14:49 +0300
committerGitHub <noreply@github.com>2020-09-04 22:14:49 +0300
commitd76a8327afa65b5d90b8cac710fdf52d7855adbf (patch)
tree2007fcea1f6d13838b26bc9b7484ac3c92deaeef /.github
parentc1986ae792baf607586e215398c7d0ba2789d8f3 (diff)
Add stale bot config
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
new file mode 100644
index 0000000..b570899
--- /dev/null
+++ b/.github/stale.yml
@@ -0,0 +1,24 @@
+# Number of days of inactivity before an issue becomes stale
+daysUntilStale: 60
+
+# Number of days of inactivity before a stale issue is closed
+daysUntilClose: 14
+
+# Issues with these labels will never be considered stale
+exemptLabels:
+ - accepted
+ - bug
+ - security
+ - meta
+
+# 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