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:
Diffstat (limited to '.github/stale.yml')
-rw-r--r--.github/stale.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index b570899..e354e20 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,5 +1,7 @@
+# ProBot Stale (https://probot.github.io/apps/stale/)
+
# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 60
+daysUntilStale: 180
# Number of days of inactivity before a stale issue is closed
daysUntilClose: 14
@@ -8,17 +10,18 @@ daysUntilClose: 14
exemptLabels:
- accepted
- bug
+ - enhancement
+ - help wanted
- security
- meta
-
+
# Label to use when marking an issue as stale
-staleLabel: wontfix
+staleLabel: stale
# 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.
-
+ recent activity. It will be closed if no further activity occurs.
+
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false